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

CI: always build with GLUON_BRANCH=stable

Just always default to the stable autoupdater branch. Just because
someone uses a nightly or beta image doesn't necessarily mean we
should also push them to that update channel.  If a user wants to
change, they can still do so in config mode.
parent 53750263
No related branches found
No related tags found
No related merge requests found
......@@ -8,19 +8,12 @@ stages:
- build
- package
# Build Types
# ----
#
# * commit: build all branches on commit for x86-64 target.#
# * nightly: built once a night from `master` branch for all targets.
# * beta: built from tag starting with "beta/", i.e. "beta/1.7-beta01" for all targets.
# * stable: built from tag starting with "stable/", i.e. "stable/1.5" for all targets.
.target:
stage: build
script:
- make -C gluon update GLUON_SITEDIR="$CI_PROJECT_DIR"
- make -C gluon GLUON_SITEDIR="$CI_PROJECT_DIR" GLUON_TARGET="$GLUON_TARGET" GLUON_BRANCH=$(./get-gluon-branch.sh) V=1 -j`nproc`
- make -C gluon GLUON_SITEDIR="$CI_PROJECT_DIR" GLUON_TARGET="$GLUON_TARGET" GLUON_BRANCH=stable V=1 -j`nproc`
artifacts:
paths:
- gluon/output/
......
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