mirror of
https://gitlab.com/stilobique/blender-docker.git
synced 2026-05-28 12:41:22 +02:00
Setup a dedicated csv image used
This commit is contained in:
+1
-2
@@ -13,9 +13,8 @@ update:
|
|||||||
stage: update
|
stage: update
|
||||||
cache:
|
cache:
|
||||||
key: blender-source
|
key: blender-source
|
||||||
image: ubuntu:22.04
|
image: stilobique/csv:latest
|
||||||
script:
|
script:
|
||||||
- apt-get install -y git svn
|
|
||||||
- mkdir -p /opt/blender-git/lib
|
- mkdir -p /opt/blender-git/lib
|
||||||
- cd /opt/blender-git
|
- cd /opt/blender-git
|
||||||
- git clone https://git.blender.org/blender.git
|
- git clone https://git.blender.org/blender.git
|
||||||
|
|||||||
Reference in New Issue
Block a user