Skip to content
Snippets Groups Projects
Commit 74ef91f6 authored by nrbffs's avatar nrbffs
Browse files

gitlab-ci: remove make update from package step

parent ba4c24a9
No related branches found
No related tags found
No related merge requests found
Pipeline #450 canceled
......@@ -147,7 +147,6 @@ target:x86-64:
package:
stage: package
script:
- 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
- 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment