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

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

parent c417e228
No related branches found
No related tags found
1 merge request!268.gitlab-ci.yml: remove nightly-$(date) again
...@@ -286,11 +286,6 @@ jug_xl:nightly: ...@@ -286,11 +286,6 @@ 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