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

sign sysupgrade images

parent 1162ae3d
Branches
Tags
No related merge requests found
...@@ -8,7 +8,6 @@ stages: ...@@ -8,7 +8,6 @@ stages:
- build - build
- package - package
.target: .target:
stage: build stage: build
script: script:
...@@ -125,8 +124,8 @@ package: ...@@ -125,8 +124,8 @@ 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
artifacts: artifacts:
paths: paths:
- gluon/output - gluon/output
expire_in: 7 days expire_in: 7 days
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment