Skip to content

Commit

Permalink
retry curl
Browse files Browse the repository at this point in the history
  • Loading branch information
NikoAnderson committed Jan 10, 2024
1 parent 177023a commit f0fc291
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 @@ -38,7 +38,7 @@ before_deploy:
# Set up git user name and tag this commit
- echo "before deploy"
- echo "$TRAVIS_TAG"
- gh release delete $TRAVIS_TAG --repo ncats/gsrsFrontend --yes || true
- "curl -X DELETE -H 'authorization: token ${GIT_ACCESS_TOKEN}' \ /"https://api.github.com/repos/ncats/GSRSFrontend/git/refs/tags/$TRAVIS_TAG/""
- if [ $TRAVIS_BRANCH = 'development_3.0' ]; then git tag $TRAVIS_TAG; fi
- echo "$TRAVIS_TAG"

Expand Down

0 comments on commit f0fc291

Please sign in to comment.