bugfix
This commit is contained in:
parent
e608030e0d
commit
ca210989b0
@ -37,7 +37,7 @@ pipeline:
|
||||
<<: *default
|
||||
commands:
|
||||
- cd gluon
|
||||
- if [ $input_version = "" ]; then export input_version=dev; fi
|
||||
- if [ -z $CI_COMMIT_TAG ]; then export input_version=dev; fi
|
||||
- echo $input_version
|
||||
- echo $CI_COMMIT_BRANCH
|
||||
- make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=${CI_COMMIT_BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${CI_COMMIT_BRANCH} GLUON_OUTPUTDIR=output/${CI_COMMIT_BRANCH}
|
||||
|
Loading…
Reference in New Issue
Block a user