Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-07-26 18:59:16 +0300
committerRémy Coutable <remy@rymai.me>2018-07-26 18:59:16 +0300
commitd5d5cfb42606a8acd08acb637b2f74269ec2027b (patch)
treed2caedaa586331dc1b4063eb2518be2c45db042e
parent95573ddb39cbceae51cf4958d41676032ff27a37 (diff)
Remove the 'create-dangercontainer' job which is not needed anymore
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--.gitlab-ci.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b1dc022f..7d943a322 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -175,22 +175,6 @@ update-downstream-server-version:
- ruby _support/update-downstream-server-version
allow_failure: true
-create-dangercontainer:
- stage: publish
- image: docker:git
- services:
- - docker:dind
- only:
- - master@gitlab-org/gitaly
- variables:
- IMAGE_TAG: "${CI_REGISTRY_IMAGE}/dangercontainer:latest"
- script:
- - cd _support/dangercontainer
- - docker build -t $IMAGE_TAG ./
- - docker login --username gitlab-ci-token --password $CI_JOB_TOKEN $CI_REGISTRY
- - docker push $IMAGE_TAG
- - docker logout $CI_REGISTRY
-
# Ensure that gitlab-git vendoring from gitlab-ce is functioning
test-vendor-gitaly-ruby:
stage: test