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

Disable nightly singularity build for stable branch

parent 32e70a3d
No related branches found
No related tags found
No related merge requests found
......@@ -308,17 +308,17 @@ jug_xl:singularity:default:
variables:
BUILD_IMAGE: "jug_xl"
jug_xl:singularity:nightly:
stage: deploy
extends: .singularity
needs:
- version
- jug_xl:nightly
variables:
BUILD_IMAGE: "jug_xl"
script:
- mkdir build
- singularity pull build/${BUILD_IMAGE}.sif docker://${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:${NIGHTLY_TAG}
#jug_xl:singularity:nightly:
# stage: deploy
# extends: .singularity
# needs:
# - version
# - jug_xl:nightly
# variables:
# BUILD_IMAGE: "jug_xl"
# script:
# - mkdir build
# - singularity pull build/${BUILD_IMAGE}.sif docker://${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:${NIGHTLY_TAG}
## trigger juggler rebuild on nightly schedule to ensure both images remain in sync
juggler:master:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment