Skip to content
Snippets Groups Projects
Commit b27bcb21 authored by Nico's avatar Nico
Browse files

cache: enable for package step

parent 7821b668
No related branches found
No related tags found
No related merge requests found
Pipeline #331 failed
...@@ -140,6 +140,10 @@ package: ...@@ -140,6 +140,10 @@ package:
- 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
- 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 - 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
cache:
paths:
- gluon/openwrt/dl
key: "package"
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