Skip to content
Snippets Groups Projects
Commit 972a60cf authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

build feature branches off the nightly build for now

parent 191603bc
No related branches found
No related tags found
1 merge request!202build feature branches off the nightly build for now
......@@ -286,7 +286,8 @@ jug_xl:feature:
- when: never
needs:
- version
- jug_xl:default
#- jug_xl:default
- jug_xl:nightly
variables:
BUILD_IMAGE: "jug_xl"
parallel:
......@@ -298,6 +299,7 @@ jug_xl:feature:
script:
- docker build -t ${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:${INTERNAL_TAG}-${DETECTOR}-${DETECTOR_BRANCH}
-f containers/jug/feature.Dockerfile
--build-arg INTERNAL_TAG=${NIGHTLY_TAG}
--build-arg DETECTOR=${DETECTOR}
--build-arg DETECTOR_BRANCH=${DETECTOR_BRANCH}
containers/jug
......
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