mirror of
https://gitlab.com/stilobique/blender-docker.git
synced 2026-05-27 20:27:47 +02:00
Try another way to install jq package
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ job-build-docker-latest:
|
||||
services:
|
||||
- docker:19.03.12-dind
|
||||
script:
|
||||
- apt-get update && apt-get install -yqq jq
|
||||
- apk update && apk add curl jq python3 py3-pip
|
||||
- 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