Skip to content
Snippets Groups Projects
Commit c9b6987f authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Revert ".gitlab-ci.yml: remove nightly-$(date) again"

This reverts commit 50ac95f5.
parent 151137f9
No related branches found
No related tags found
1 merge request!295Revert ".gitlab-ci.yml: remove nightly-$(date) again"
...@@ -312,6 +312,11 @@ jug_xl:nightly: ...@@ -312,6 +312,11 @@ jug_xl:nightly:
- ./gitlab-ci/docker_push.sh -i ${BUILD_IMAGE} -l ${NIGHTLY_TAG} - ./gitlab-ci/docker_push.sh -i ${BUILD_IMAGE} -l ${NIGHTLY_TAG}
-n $DOCKER_NTRIES -t $DOCKER_WAIT_TIME -n $DOCKER_NTRIES -t $DOCKER_WAIT_TIME
${NIGHTLY_TAG} ${PUSH_FLAG} ${NIGHTLY_TAG} ${PUSH_FLAG}
- if [ -z "${PUSH_FLAG}" ] ; then
./gitlab-ci/docker_push.sh -i ${BUILD_IMAGE} -l ${NIGHTLY_TAG}
-n $DOCKER_NTRIES -t $DOCKER_WAIT_TIME
${NIGHTLY_TAG}-$(date +%Y-%m-%d) --dockerhub ;
fi
jug_xl:feature: jug_xl:feature:
extends: .build extends: .build
......
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