Browse Source

Always get latest snapshots for windows build

pull/17807/head
Madhura Bhave 7 years ago
parent
commit
d906f96258
  1. 2
      ci/scripts/build-project-windows.bat

2
ci/scripts/build-project-windows.bat

@ -3,4 +3,4 @@ SET PATH=%PATH%;C:\Program Files\Git\usr\bin @@ -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)
Loading…
Cancel
Save