From f0037ba69d6d66635c550a67a9f2fa5242c49f49 Mon Sep 17 00:00:00 2001 From: stilobique-surface Date: Sun, 25 Dec 2022 12:00:16 +0100 Subject: [PATCH] Update the cache to use an ubuntu image and install all csv software --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 958fc40..8a5c82e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,8 +15,10 @@ update: stage: update cache: key: blender-source + services: + - ubuntu script: - - apt-get install git + - apt-get install -y git svn - mkdir -p /opt/blender-git/lib - cd /opt/blender-git - git clone https://git.blender.org/blender.git