Skip to content

Commit

Permalink
Deploy snapshot is now quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaur committed Jul 13, 2018
1 parent 762600d commit 8b94ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/deploy_snapshot.sh
Expand Up @@ -11,7 +11,7 @@ if [ "$TRAVIS_REPO_SLUG" == "cloudiator/lance" ] && \
[ "$TRAVIS_BRANCH" == "master" ]; then
echo "Publishing Maven snapshot..."

mvn clean javadoc:aggregate deploy --settings="ci/settings.xml" -DskipTests=true
mvn -q clean javadoc:aggregate deploy --settings="ci/settings.xml" -DskipTests=true

echo "Maven snapshot published."

Expand Down

0 comments on commit 8b94ca1

Please sign in to comment.