Skip to content

Commit

Permalink
make it two days to get the last change
Browse files Browse the repository at this point in the history
  • Loading branch information
peuter committed Oct 29, 2017
1 parent 367aa9d commit 7bb8a65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ script:
- if [ "$CV_BUILD" == "docs" ]; then utils/travis/deploy.sh; fi
before_deploy:
- grunt release-cv
- git log --pretty=format: --name-only --since="1 days ago" client/ | sort | uniq
- CLIENT_CHANGES=`git log --pretty=format: --name-only --since="1 days ago" client/ | sort | uniq | wc -l`
- git log --pretty=format: --name-only --since="2 days ago" client/ | sort | uniq
- CLIENT_CHANGES=`git log --pretty=format: --name-only --since="2 days ago" client/ | sort | uniq | wc -l`
- echo "$CLIENT_CHANGES client changes"
- if [ $CLIENT_CHANGES -gt 0 ]; then grunt release-client; fi
deploy:
Expand Down

0 comments on commit 7bb8a65

Please sign in to comment.