mirror of
https://gitlab.com/stilobique/blender-docker.git
synced 2026-05-27 20:27:47 +02:00
Install jq with the docker image
This commit is contained in:
@@ -9,6 +9,7 @@ job-build-docker-latest:
|
||||
services:
|
||||
- docker:19.03.12-dind
|
||||
script:
|
||||
- apt-get update && apt-get install -yqq jq
|
||||
- export export MAJOR=$(jq -r .b3d_vs_major build.json)
|
||||
- export export $MINOR=$(jq -r .b3d_vs_minor build.json)
|
||||
- echo Blender version are $MAJOR
|
||||
|
||||
Reference in New Issue
Block a user