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

fix gluon path

parent 8a025059
No related branches found
No related tags found
No related merge requests found
Pipeline #202 failed
......@@ -91,7 +91,7 @@ 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
- test -z "$GLUON_SIGN_KEY" && ./contrib/sign.sh <(echo "$GLUON_SIGN_KEY") output/images/sysupgrade/nightly.manifest
- test -z "$GLUON_SIGN_KEY" && cd gluon && ./contrib/sign.sh <(echo "$GLUON_SIGN_KEY") output/images/sysupgrade/nightly.manifest
artifacts:
paths:
- gluon/output
......
Subproject commit 43e01839034486dbcdb2d2119f6c962ba4d64acc
Subproject commit 47edaab429d565fe8db24a7182ced834102a8e7f
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment