diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d0515c9..91a1cb10 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -201,7 +201,7 @@ tag_release: echo "START - Debug pipeline condition" - if [ "$is_master" == "true"]; then + if [ "$is_master" == "true" ]; then echo "1 is true" else echo "1 is false" @@ -211,7 +211,7 @@ tag_release: else echo "2 is false" fi - if [ "$is_master" == "true"] || [[ $CI_COMMIT_TAG =~ "dev" ]]; then + if [ "$is_master" == "true" ] || [[ $CI_COMMIT_TAG =~ "dev" ]]; then echo "3 is true" else echo "3 is false" @@ -226,7 +226,7 @@ tag_release: else echo "5 is false" fi - if [ "$is_master" == "true"] || [ $CI_COMMIT_TAG =~ "dev" ]; then + if [ "$is_master" == "true" ] || [ $CI_COMMIT_TAG =~ "dev" ]; then echo "6 is true" else echo "6 is false" @@ -234,7 +234,7 @@ tag_release: echo "END - debug pipeline" - if [ "$is_master" == "true"] || [[ $CI_COMMIT_TAG =~ "dev" ]]; then + if [ "$is_master" == "true" ] || [[ $CI_COMMIT_TAG =~ "dev" ]]; then if [[ $CI_COMMIT_TAG =~ "dev" ]]; then env_tags="$CI_COMMIT_TAG tds"