Skip to content

Commit 0af0d4d

Browse files
negation
1 parent a371e7a commit 0af0d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ echo "Pushing git commit"
5353
git push origin --set-upstream "$TARGET_BRANCH"
5454

5555
# tag the commit
56-
if [ -z "$COMMIT_TAG" ]
56+
if [ ! -z "$COMMIT_TAG" ]
5757
then
5858
echo "Tagging the commit"
5959
git tag "$COMMIT_TAG"

0 commit comments

Comments
 (0)