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

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

This reverts commit 50ac95f5.
parent 14612fd0
Branches
Tags
No related merge requests found
This commit is part of merge request !295. Comments created here will be created in the context of that merge request.
...@@ -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.
Please register or to comment