Skip to content

Commit

Permalink
New attempt to deploy file
Browse files Browse the repository at this point in the history
  • Loading branch information
basvodde committed Apr 25, 2020
1 parent b9d22d0 commit fb63574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -129,9 +129,11 @@ jobs:

# Deploy to github releases
- stage: deploy latest
env: BUILD=autotools_dist
script:
- git tag -f latest-passing-build -a -m "Generated tag from TravisCI for build $TRAVIS_BUILD_NUMBER"
- git push -f https://cpputest-travis:$GH_TOKEN@github.com/cpputest/cpputest.git --tags
- ../scripts/travis_ci_build.sh
deploy:
provider: releases
token: $GH_TOKEN
Expand Down

0 comments on commit fb63574

Please sign in to comment.