Skip to content
Snippets Groups Projects
Commit b19f65fa authored by nrbffs's avatar nrbffs
Browse files

fix autosign when no key avail

parent 5f9cfc04
Branches
Tags v1.8-nightly01
No related merge requests found
Pipeline #274 passed
...@@ -91,7 +91,7 @@ package: ...@@ -91,7 +91,7 @@ package:
script: script:
- make -C gluon update GLUON_SITEDIR="$CI_PROJECT_DIR" - make -C gluon update GLUON_SITEDIR="$CI_PROJECT_DIR"
- for branch in "stable" "beta" "nightly" "experimental"; do make -C gluon manifest GLUON_BRANCH="$branch" GLUON_SITEDIR="$CI_PROJECT_DIR" V=1; done - for branch in "stable" "beta" "nightly" "experimental"; do make -C gluon manifest GLUON_BRANCH="$branch" GLUON_SITEDIR="$CI_PROJECT_DIR" V=1; done
- test -n "$GLUON_SIGN_KEY" && cd gluon && ./contrib/sign.sh <(echo "$GLUON_SIGN_KEY") output/images/sysupgrade/nightly.manifest && ./contrib/sign.sh <(echo "$GLUON_SIGN_KEY") output/images/sysupgrade/experimental.manifest - if [ -n "$GLUON_SIGN_KEY" ]; then cd gluon && for branch in "nightly" "experimental"; do ./contrib/sign.sh <(echo "$GLUON_SIGN_KEY") "output/images/sysupgrade/$branch.manifest"; done; fi
artifacts: artifacts:
paths: paths:
- gluon/output - gluon/output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment