Skip to content

Commit

Permalink
Remove white space at rc-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiss, Tibor committed Dec 13, 2023
1 parent 4e43209 commit 72a884b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/check_tag_info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ RC_TAG=$(cat sec-scanners-config.yaml | grep "${RC_TAG_TO_CHECK}" | cut -d : -f
if [[ "$IMAGE_TAG" != "$DESIRED_TAG" ]] || [[ "$RC_TAG" != "$DESIRED_TAG" ]]; then
# ERROR: Tag issue
echo "Tags are not correct:
- wanted '$DESIRED_TAG'
- security-scanner image tag: '$IMAGE_TAG'
- rc-tag: '$RC_TAG'"
- wanted: $DESIRED_TAG
- security-scanner image tag: $IMAGE_TAG
- rc-tag: $RC_TAG"
exit 1
fi

Expand Down

0 comments on commit 72a884b

Please sign in to comment.