From f5072ba6b251b33c05e5ef14e0d756dd1bd3f3c9 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Mon, 7 Jun 2021 03:36:51 +0200
Subject: [PATCH] WIP: pipeline

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ba5edd5..33cb6f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -65,13 +65,13 @@ info:
     - echo "$CI_REGISTRY_IMAGE_BASE"
     - echo "$CPPINTTEST_REGISTRY_IMAGE"
     - echo "$CPPINTTEST_IMAGE_CACHE"
-    - if [[ "$CAOSDB_TAG" == "" ]] ; then
+    - if [ "$CAOSDB_TAG" == "" ] ; then
         echo "here1";
       else
         echo "Load deploy images with tag $CAOSDB_TAG ..."
         echo "Load deploy images with tag $CAOSDB_TAG ... success"
       fi
-    - if [[ "$CAOSDB_TAG" == "" ]] ; then
+    - if [ "$CAOSDB_TAG" == "" ] ; then
         if echo "$F_BRANCH" | grep -c "^f-" ; then
           CAOSDB_TAG=${DEPLOY_REF}_F_${F_BRANCH}-latest;
           echo "Load deploy images with tag $CAOSDB_TAG ..."
@@ -91,7 +91,7 @@ info:
         echo "Load deploy images with tag $CAOSDB_TAG ..."
         echo "Load deploy images with tag $CAOSDB_TAG ... success"
       fi ;
-    - if [[ "$CAOSDB_TAG" == "" ]] ; then
+    - if [ "$CAOSDB_TAG" == "" ] ; then
         if echo "$F_BRANCH" | grep -c "^f-" ; then
           CAOSDB_TAG=${DEPLOY_REF}_F_${F_BRANCH}-latest;
           echo "Load deploy images with tag $CAOSDB_TAG ..."
-- 
GitLab