Skip to content
Snippets Groups Projects
Commit 2e1e80a9 authored by Pierre-Gilles Levallois's avatar Pierre-Gilles Levallois
Browse files

branches

parent 5304c59d
No related branches found
No related tags found
Loading
Pipeline #43081 passed
......@@ -48,7 +48,7 @@ Build Calqul:
NAMESPACE_ENV: "d01"
IMAGE_NAME: calqul-$NAMESPACE_ENV
rules:
- if: $CI_COMMIT_BRANCH == "cicd"
- if: $CI_COMMIT_BRANCH == "develop"
- changes: # build image only if sources have changed.
- Dockerfile # Image definition has changed
services:
......@@ -66,7 +66,7 @@ Build Calqul:
Deploy Calqul:
stage: Deploy Calqul
rules:
- if: $CI_COMMIT_BRANCH == "cicd"
- if: $CI_COMMIT_BRANCH == "develop"
variables:
NAMESPACE_ENV: 'd01'
NAMESPACE: "ns-$TRIGRAMME-$NAMESPACE_ENV"
......@@ -75,5 +75,5 @@ Deploy Calqul:
script:
- *apply_confs
tags:
#- ns-arb-d01
#- ns-arb-d01 @TODO : Change after when the right namespace is available
- ns-test-d01
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment