From ad91f254d69cbe539f77be8de09108d641c35cc8 Mon Sep 17 00:00:00 2001 From: stilobique-surface Date: Sat, 24 Dec 2022 17:54:41 +0100 Subject: [PATCH] Add instruction to install git --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c1fb25..958fc40 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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