mirror of
https://gitlab.com/stilobique/blender-docker.git
synced 2026-05-27 20:27:47 +02:00
Fix variable name
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user