From 573f72aa16cde0372fb58311d466581ba4767fc1 Mon Sep 17 00:00:00 2001 From: stilobique-surface Date: Sun, 25 Dec 2022 12:36:59 +0100 Subject: [PATCH] Setup a dedicated csv image used --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd9ee18..bb9526e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,9 +13,8 @@ update: stage: update cache: key: blender-source - image: ubuntu:22.04 + image: stilobique/csv:latest script: - - apt-get install -y git svn - mkdir -p /opt/blender-git/lib - cd /opt/blender-git - git clone https://git.blender.org/blender.git