mirror of
https://gitlab.com/stilobique/blender-docker.git
synced 2026-05-28 04:37:47 +02:00
Fix image used
This commit is contained in:
+3
-4
@@ -1,5 +1,3 @@
|
|||||||
image: docker:19.03.12
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- update
|
- update
|
||||||
- build
|
- build
|
||||||
@@ -15,8 +13,8 @@ update:
|
|||||||
stage: update
|
stage: update
|
||||||
cache:
|
cache:
|
||||||
key: blender-source
|
key: blender-source
|
||||||
services:
|
image:
|
||||||
- ubuntu
|
- ubuntu:22.04
|
||||||
script:
|
script:
|
||||||
- apt-get install -y git svn
|
- apt-get install -y git svn
|
||||||
- mkdir -p /opt/blender-git/lib
|
- 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
|
- svn checkout https://svn.blender.org/svnroot/bf-blender/trunk/lib/linux_centos7_x86_64
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
image: docker:19.03.12
|
||||||
rules:
|
rules:
|
||||||
- changes:
|
- changes:
|
||||||
- build.json
|
- build.json
|
||||||
|
|||||||
Reference in New Issue
Block a user