Skip to content

Commit

Permalink
chore(CI): debug git and semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
lemoustachiste committed Mar 6, 2024
1 parent 0eb4362 commit 8478dc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ after_success:
- pip install python-semantic-release
- git config user.name botcerts
- git config user.email botcerts@learningmachine.com
- git branch
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then git checkout master; fi' # trigger semantic release only on merge build
- semantic-release publish
after_script:
Expand Down

0 comments on commit 8478dc9

Please sign in to comment.