mirror of
https://gitlab.com/stilobique/blender-docker.git
synced 2026-05-27 20:27:47 +02:00
Update the cache to use an ubuntu image and install all csv software
This commit is contained in:
+3
-1
@@ -15,8 +15,10 @@ update:
|
||||
stage: update
|
||||
cache:
|
||||
key: blender-source
|
||||
services:
|
||||
- ubuntu
|
||||
script:
|
||||
- apt-get install git
|
||||
- apt-get install -y git svn
|
||||
- mkdir -p /opt/blender-git/lib
|
||||
- cd /opt/blender-git
|
||||
- git clone https://git.blender.org/blender.git
|
||||
|
||||
Reference in New Issue
Block a user