updates to fix 'end-of-sprint-release.sh'

This commit is contained in:
Tim Chamberlain
2024-03-08 12:00:42 -06:00
parent 2b31c7957f
commit 4f0cba88e6
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ cd $QQQ_RELEASE_DIR/qqq || exit
MVN_VERIFY_LOG=/tmp/mvn-verify.log
gumBanner "Doing clean build (logging to $MVN_VERIFY_LOG)"
mvn clean verify > $MVN_VERIFY_LOG 2>&1
mvn -Duser.timezone=UTC clean verify > $MVN_VERIFY_LOG 2>&1
tail -30 $MVN_VERIFY_LOG
gumConfirmProceed "Can we Proceed, or are there build errors to fix?" "Proceed" "There are build errors to fix"