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

Merge branch 'sly2j-master-patch-54503' into 'master'

Now properly bust build-cache for nightly builds to ensure a fresh build.

See merge request !76
parents 23dd6425 e4532d04
Branches solenoid_fix
No related tags found
1 merge request!76Now properly bust build-cache for nightly builds to ensure a fresh build.
......@@ -213,9 +213,11 @@ jug_xl:nightly:
variables:
BUILD_IMAGE: "jug_xl"
script:
- CACHEBUST=`date +%s`
- docker build -t ${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:${NIGHTLY_TAG}
-f containers/jug/Dockerfile.xl
--build-arg INTERNAL_TAG=${INTERNAL_TAG}
--build-arg CACHEBUST=${CACHEBUST}
containers/jug
- ./gitlab-ci/docker_push.sh -i ${BUILD_IMAGE} -l ${NIGHTLY_TAG}
-n $DOCKER_NTRIES -t $DOCKER_WAIT_TIME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment