Always get latest snapshots for windows build

This commit is contained in:
Madhura Bhave 2019-07-30 14:01:15 -07:00
parent 34ee27d0b7
commit d906f96258
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ SET PATH=%PATH%;C:\Program Files\Git\usr\bin
cd git-repo
echo ".\mvnw clean install" > build.log
.\mvnw clean install >> build.log 2>&1 || (sleep 1 && tail -n 3000 build.log && exit 1)
.\mvnw clean install -U >> build.log 2>&1 || (sleep 1 && tail -n 3000 build.log && exit 1)