From 2e1e80a9e6cc193b17f9c2d137850469bf8f795f Mon Sep 17 00:00:00 2001
From: Pierre-Gilles Levallois <pierregilles.levallois@gmail.com>
Date: Fri, 30 Sep 2022 16:05:28 +0200
Subject: [PATCH] branches

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b8001ce..ef9a421 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
-- 
GitLab