Compare commits
No commits in common. "62479742047eb332082cb39bd82b7d440542fe41" and "8d262c1b2f704d66ca04f586b8e9fd33668f3ccd" have entirely different histories.
6247974204
...
8d262c1b2f
@ -6,7 +6,7 @@ variables:
|
||||
image: "git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest"
|
||||
pull: true
|
||||
environment:
|
||||
- input_version=next
|
||||
- input_version=${CI_COMMIT_TAG}
|
||||
- GLUON_SITEDIR=..
|
||||
- FORCE_UNSAFE_CONFIGURE=1
|
||||
- GLUON_TARGET=${TARGET}
|
||||
@ -43,7 +43,7 @@ pipeline:
|
||||
<<: *default
|
||||
commands:
|
||||
- cd gluon
|
||||
- make -j$(nproc) GLUON_RELEASE=$input_version-${CI_COMMIT_BRANCH} GLUON_OUTPUTDIR=output/next
|
||||
- make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=${CI_COMMIT_BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${CI_COMMIT_BRANCH} GLUON_OUTPUTDIR=output/next
|
||||
|
||||
list_images:
|
||||
<<: *default
|
||||
|
Loading…
Reference in New Issue
Block a user