From 7c398093b6d5b8f2bcb2cecce8a91332af1d00e0 Mon Sep 17 00:00:00 2001 From: stilobique-surface Date: Sun, 25 Dec 2022 12:16:51 +0100 Subject: [PATCH] fix image job update --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22a21e7..bd9ee18 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,3 @@ -image: docker:19.03.12 - stages: - update - build @@ -15,8 +13,7 @@ update: stage: update cache: key: blender-source - image: - - ubuntu:22.04 + image: ubuntu:22.04 script: - apt-get install -y git svn - mkdir -p /opt/blender-git/lib @@ -28,6 +25,7 @@ update: - svn checkout https://svn.blender.org/svnroot/bf-blender/trunk/lib/linux_centos7_x86_64 build: + image: docker:19.03.12 rules: - changes: - build.json