verbose build
This commit is contained in:
parent
4d9b536f1d
commit
18d94f7630
@ -12,7 +12,7 @@ source ./setup-variables.sh
|
||||
|
||||
cd ../../generated
|
||||
|
||||
mvn -B -q -Drevision=${REVISION} clean deploy
|
||||
mvn -B -Drevision=${REVISION} clean deploy
|
||||
|
||||
echo "Done."
|
||||
exit 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
cd ../../generated
|
||||
|
||||
mvn -B -q deploy
|
||||
mvn -B deploy
|
||||
|
||||
echo "Done."
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user