Skip to content

Commit

Permalink
update automation tagging kubernetes automation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomassuedbroecker committed May 18, 2022
1 parent 99324b3 commit 5fc282b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci-create-operators-kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function tag () {
export tag_new="verify_scripts_automation_$commit_id"

git tag -l | grep "verify_scripts_automation_automation_$commit_id"
CHECK_TAG=$(git tag -l | grep "verify_scripts_automation_$commit_id")
CHECK_TAG=$(git tag -l | grep "verify_scripts_automation_kubernetes_$commit_id")
if [[ $tag_new == $CHECK_TAG ]]; then
echo "*** The tag $tag_new exists."
echo "*** No tag will be added"
Expand Down

0 comments on commit 5fc282b

Please sign in to comment.