aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/docker/bionic_coq/hooks
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-05-22 12:05:06 +0200
committerGaëtan Gilbert2018-05-22 12:05:06 +0200
commitad8eaffd5f65f20f91c186214ce2e3a755418ff8 (patch)
tree426485ca90eeb94239b2cafbef134e79d301504d /dev/ci/docker/bionic_coq/hooks
parente07f69ca60423a3fc5a0654bb7a24b2889d1a4c1 (diff)
parent3b089a920181aa6b6b959fc13ac86383f1c48198 (diff)
Merge PR #7526: [circle] Use Docker image from Gitlab registry.
Diffstat (limited to 'dev/ci/docker/bionic_coq/hooks')
-rwxr-xr-xdev/ci/docker/bionic_coq/hooks/post_push8
1 files changed, 0 insertions, 8 deletions
diff --git a/dev/ci/docker/bionic_coq/hooks/post_push b/dev/ci/docker/bionic_coq/hooks/post_push
deleted file mode 100755
index 307680aa51..0000000000
--- a/dev/ci/docker/bionic_coq/hooks/post_push
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env bash
-
-COQCI_VERSION=V2018-05-07-V2
-docker tag $IMAGE_NAME $DOCKER_REPO:$COQCI_VERSION
-docker push $DOCKER_REPO:$COQCI_VERSION
-
-docker tag $IMAGE_NAME coqci/base:$COQCI_VERSION
-docker push coqci/base:$COQCI_VERSION