Skip to content

Commit

Permalink
Merge pull request #448 from untangle/MFW-6041-v2
Browse files Browse the repository at this point in the history
reverted the code to use dynamic tag generation version: bug
  • Loading branch information
vishal-malji authored Dec 19, 2024
2 parents c9318b2 + 0ab723f commit 3bd3420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- gem install logger
- git config --local user.name "Travis CI"
- git config --local user.email "travis@travis-ci.org"
- export TRAVIS_TAG=v1.64.13
- export TRAVIS_TAG=$(python3 version.py --fetch --branch $TRAVIS_BRANCH <<< "$TRAVIS_COMMIT_MESSAGE")
- if [ -n "$TRAVIS_TAG" ] && [ ! $(git tag -l "$TRAVIS_TAG") ]; then git tag $TRAVIS_TAG; else echo "Uh-oh, tag $TRAVIS_TAG already exists!"; fi
- RELEASE_NOTES=${TRAVIS_COMMIT_MESSAGE//$'\n'/ }

Expand Down

0 comments on commit 3bd3420

Please sign in to comment.