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

build manifest for experimental

parent 737a9b76
Branches
Tags
No related merge requests found
Pipeline #241 failed
......@@ -90,8 +90,9 @@ package:
stage: package
script:
- 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" "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
- test -n "$GLUON_SIGN_KEY" && cd gluon && ./contrib/sign.sh <(echo "$GLUON_SIGN_KEY") output/images/sysupgrade/experimental.manifest
artifacts:
paths:
- gluon/output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment