if bugifx2
Some checks failed
ci/woodpecker/push/prepare Pipeline is pending
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/cleanup unknown status

This commit is contained in:
Stefan Hoffmann 2023-05-25 13:49:09 +02:00
parent 6cb7febc1d
commit e608030e0d
Signed by: stefan
GPG Key ID: 8EFC7042BF8D5CDD

View File

@ -37,7 +37,7 @@ pipeline:
<<: *default
commands:
- cd gluon
- if [ $input_version -eq "" ]; then export input_version=dev; fi
- if [ $input_version = "" ]; 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}