From a42c8da1bcd9beea9f7b136a943ed374af6f8e24 Mon Sep 17 00:00:00 2001 From: Tru HUYNH <tru@pasteur.fr> Date: Wed, 29 Mar 2017 11:08:08 +0200 Subject: [PATCH] Delete .gitlab-ci.yml --- .gitlab-ci.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 5d921fb..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,21 +0,0 @@ -# default template -# The docker image will be named after the branch name -# Feel free to modify this file in your own branch - -image: docker:latest -services: - - docker:dind - -variables: - CI_REGISTRY_IMAGE: "registry-gitlab.pasteur.fr/dsi-tools/docker-images" - -before_script: - - docker login -u gitlab-ci-token -p "$CI_BUILD_TOKEN" registry-gitlab.pasteur.fr - -build: - except: - - master - stage: build - script: - - docker build --pull -t "$CI_REGISTRY_IMAGE:$CI_BUILD_REF_NAME" . - - docker push "$CI_REGISTRY_IMAGE:$CI_BUILD_REF_NAME" -- GitLab