Skip to content
Snippets Groups Projects

Deployment configuration

Merged Thibaut DE SAIVRE requested to merge deployment-configuration into master
+ 4
5
# TODO : only run gitlab ci in the master branch
# TODO : cache python dependencies during build
variables:
@@ -11,8 +10,8 @@ stages:
ship:
stage: ship
image: docker:latest
# only: DEBUG: remove branch restriction
# - $PIPELINE_BRANCH
only:
- stable
services:
# Run docker inside gitlab docker runners
- docker:dind
@@ -36,8 +35,8 @@ ship:
deploy:
stage: deploy
#only:
# - $PIPELINE_BRANCH
only:
- stable
when: manual
# Variables for br docker services
Loading