Skip to content
Snippets Groups Projects
Commit 76095650 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

Update .gitlab-ci.yml

parent 89aecf39
No related branches found
No related tags found
1 merge request!610chore(release): 1.9.3
......@@ -5,6 +5,7 @@ default:
alias: docker
stages:
- buildenv
- quality
- test
- build
......@@ -88,7 +89,11 @@ build:
- master
build_stack:
stage: build
stage: buildenv
variables:
DOCKER_TLS_CERTDIR: ''
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
before_script:
- docker login ${CI_DEPENDENCY_PROXY_SERVER} -u ${CI_DEPENDENCY_PROXY_USER} -p ${CI_DEPENDENCY_PROXY_PASSWORD}
script:
......@@ -97,6 +102,7 @@ build_stack:
- docker push $CI_REGISTRY_IMAGE/cozy-env:latest
only:
- master
- dev
when: manual
publish:
......
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