Skip to content
Snippets Groups Projects
Commit a42c8da1 authored by Quang tru HUYNH's avatar Quang tru HUYNH
Browse files

Delete .gitlab-ci.yml

parent 88d10b0a
No related branches found
No related tags found
No related merge requests found
# 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"
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