Fix image used

This commit is contained in:
2022-12-25 12:03:26 +01:00
parent f0037ba69d
commit eaecdb9c69
+3 -4
View File
@@ -1,5 +1,3 @@
image: docker:19.03.12
stages:
- update
- build
@@ -15,8 +13,8 @@ update:
stage: update
cache:
key: blender-source
services:
- ubuntu
image:
- ubuntu:22.04
script:
- apt-get install -y git svn
- mkdir -p /opt/blender-git/lib
@@ -28,6 +26,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