Skip to content

Commit

Permalink
Attemptng to not cleanup and add the date to the release
Browse files Browse the repository at this point in the history
  • Loading branch information
basvodde committed Apr 26, 2020
1 parent 3221f80 commit 0e5b072
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ jobs:
- 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"
- export DATE=`date`
- git tag -f latest-passing-build -a -m "Generated tag from TravisCI for build $TRAVIS_BUILD_NUMBER at $DATE"
- git push -f https://cpputest-travis:[email protected]/cpputest/cpputest.git --tags
- ../scripts/travis_ci_build.sh
- pwd
Expand All @@ -143,7 +144,7 @@ jobs:
name: Latest passing build
file: cpputest-latest.tar.gz
overwrite: true
cleanup: false
skip_cleanup: true
release_notes: This is the automatic release from Travis CI. Whenever a build passes, it gets released as Latest Passing Build.
on:
tags: false
Expand Down

0 comments on commit 0e5b072

Please sign in to comment.