Add instruction to install git

This commit is contained in:
2022-12-24 17:54:41 +01:00
parent 5281d009eb
commit ad91f254d6
+3
View File
@@ -16,6 +16,7 @@ update:
cache:
key: blender-source
script:
- apt-get install git
- mkdir -p /opt/blender-git/lib
- cd /opt/blender-git
- git clone https://git.blender.org/blender.git
@@ -31,6 +32,8 @@ build:
stage: build
services:
- docker:dind
cache:
key: blender-source
script:
- apk add python3
- apk add py3-pip