Install jq with the docker image

This commit is contained in:
2022-06-10 11:39:12 +02:00
parent ab22687a77
commit f0cd94f097
+1
View File
@@ -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