Fix variable name

This commit is contained in:
2022-06-10 11:57:34 +02:00
parent 9d7ce3e63d
commit 1603012c04
+1 -1
View File
@@ -11,7 +11,7 @@ job-build-docker-latest:
script:
- 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)
- export export MINOR=$(jq -r .b3d_vs_minor build.json)
- echo Blender version are $MAJOR
- echo The Minor blender version are $MINOR
- docker login --username stilobique --password $docker_hub_password