Skip to content

Commit

Permalink
revert test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Apr 13, 2022
1 parent 04432b1 commit ce1b26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous-delivery/test_version_exists
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git describe --tags
CURRENT_TAG=$(git describe --tags | cut -f2 -dv)
# convert v0.2.12-2-g50254a9 to 0.2.12
CURRENT_TAG_VERSION=$(git describe --tags | cut -f1 -d'-' | cut -f2 -dv)
if there's a hash on the tag, then this is not a release tagged commit
# if there's a hash on the tag, then this is not a release tagged commit
if [ "$CURRENT_TAG" != "$CURRENT_TAG_VERSION" ]; then
echo "Current tag version is not a release tag, cut a new release if you want to publish."
exit 1
Expand Down

0 comments on commit ce1b26a

Please sign in to comment.