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

only sign if key is available

parent b76d6d6c
Branches v2.4
Tags v2.5+2022-05-05
No related merge requests found
Pipeline #201 failed
...@@ -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"; do make -C gluon manifest GLUON_BRANCH="$branch" GLUON_SITEDIR="$CI_PROJECT_DIR" V=1; done - for branch in "stable" "beta" "nightly"; do make -C gluon manifest GLUON_BRANCH="$branch" GLUON_SITEDIR="$CI_PROJECT_DIR" V=1; done
- ./contrib/sign.sh <(echo "$GLUON_SIGN_KEY") output/images/sysupgrade/nightly.manifest - test -z "$GLUON_SIGN_KEY" && ./contrib/sign.sh <(echo "$GLUON_SIGN_KEY") output/images/sysupgrade/nightly.manifest
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