Skip to content

Commit ce1b26a

Browse files
committed
revert test changes
1 parent 04432b1 commit ce1b26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

continuous-delivery/test_version_exists

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git describe --tags
77
CURRENT_TAG=$(git describe --tags | cut -f2 -dv)
88
# convert v0.2.12-2-g50254a9 to 0.2.12
99
CURRENT_TAG_VERSION=$(git describe --tags | cut -f1 -d'-' | cut -f2 -dv)
10-
if there's a hash on the tag, then this is not a release tagged commit
10+
# if there's a hash on the tag, then this is not a release tagged commit
1111
if [ "$CURRENT_TAG" != "$CURRENT_TAG_VERSION" ]; then
1212
echo "Current tag version is not a release tag, cut a new release if you want to publish."
1313
exit 1

0 commit comments

Comments
 (0)