Skip to content

Commit

Permalink
Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Elia committed Feb 21, 2024
1 parent 13fe857 commit 71de638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ tag_release:
env_tags="$CI_COMMIT_TAG prod"
code_tag="prod"
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"
Expand Down

0 comments on commit 71de638

Please sign in to comment.