Skip to content

Commit

Permalink
Merge branch 'develop' into gchqgh-99-update-gaffer
Browse files Browse the repository at this point in the history
  • Loading branch information
p013570 authored May 5, 2017
2 parents 3db4020 + 859f77a commit 0a867f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cd/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash

if [ "$TRAVIS_BRANCH" = 'master' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ]; then
mvn deploy -P sign,build-extras,quick --settings cd/mvnsettings.xml
mvn -q deploy -P sign,build-extras,quick --settings cd/mvnsettings.xml -B
fi

0 comments on commit 0a867f2

Please sign in to comment.