Skip to content
Snippets Groups Projects
Verified Commit f5072ba6 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 1d7d17f8
Branches
Tags
No related merge requests found
Pipeline #8352 failed
...@@ -65,13 +65,13 @@ info: ...@@ -65,13 +65,13 @@ info:
- echo "$CI_REGISTRY_IMAGE_BASE" - echo "$CI_REGISTRY_IMAGE_BASE"
- echo "$CPPINTTEST_REGISTRY_IMAGE" - echo "$CPPINTTEST_REGISTRY_IMAGE"
- echo "$CPPINTTEST_IMAGE_CACHE" - echo "$CPPINTTEST_IMAGE_CACHE"
- if [[ "$CAOSDB_TAG" == "" ]] ; then - if [ "$CAOSDB_TAG" == "" ] ; then
echo "here1"; echo "here1";
else else
echo "Load deploy images with tag $CAOSDB_TAG ..." echo "Load deploy images with tag $CAOSDB_TAG ..."
echo "Load deploy images with tag $CAOSDB_TAG ... success" echo "Load deploy images with tag $CAOSDB_TAG ... success"
fi fi
- if [[ "$CAOSDB_TAG" == "" ]] ; then - if [ "$CAOSDB_TAG" == "" ] ; then
if echo "$F_BRANCH" | grep -c "^f-" ; then if echo "$F_BRANCH" | grep -c "^f-" ; then
CAOSDB_TAG=${DEPLOY_REF}_F_${F_BRANCH}-latest; CAOSDB_TAG=${DEPLOY_REF}_F_${F_BRANCH}-latest;
echo "Load deploy images with tag $CAOSDB_TAG ..." echo "Load deploy images with tag $CAOSDB_TAG ..."
...@@ -91,7 +91,7 @@ info: ...@@ -91,7 +91,7 @@ info:
echo "Load deploy images with tag $CAOSDB_TAG ..." echo "Load deploy images with tag $CAOSDB_TAG ..."
echo "Load deploy images with tag $CAOSDB_TAG ... success" echo "Load deploy images with tag $CAOSDB_TAG ... success"
fi ; fi ;
- if [[ "$CAOSDB_TAG" == "" ]] ; then - if [ "$CAOSDB_TAG" == "" ] ; then
if echo "$F_BRANCH" | grep -c "^f-" ; then if echo "$F_BRANCH" | grep -c "^f-" ; then
CAOSDB_TAG=${DEPLOY_REF}_F_${F_BRANCH}-latest; CAOSDB_TAG=${DEPLOY_REF}_F_${F_BRANCH}-latest;
echo "Load deploy images with tag $CAOSDB_TAG ..." echo "Load deploy images with tag $CAOSDB_TAG ..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment