Skip to content

Commit

Permalink
git clean before release
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianRaFo committed Jul 30, 2019
1 parent 6da2aa6 commit 994c9bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ jobs:
- ./gradlew clean build test
- stage: deploy
script:
- git reset --hard HEAD
- git clean -f
- git checkout master
- git pull origin master
- ./deploy-scripts/deploy.sh

0 comments on commit 994c9bb

Please sign in to comment.