Skip to content

Commit

Permalink
Revert "Trigger build of proprietary-deps (Oracle, Virtuoso) during a…
Browse files Browse the repository at this point in the history
…utomated release"

f7897a8
  • Loading branch information
rnorth committed Jun 22, 2017
1 parent f7897a8 commit 78fab02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
openssl aes-256-cbc -K $encrypted_291cb5a97669_key -iv $encrypted_291cb5a97669_iv -in release/codesigning.asc.enc -out release/codesigning.asc -d
gpg --fast-import release/codesigning.asc

mvn versions:set -P proprietary-deps -DnewVersion=$TRAVIS_TAG
mvn deploy -P proprietary-deps,sign,build-extras,!test-only -DskipTests --settings release/settings.xml
mvn versions:set -DnewVersion=$TRAVIS_TAG
mvn deploy -P sign,build-extras,!test-only -DskipTests --settings release/settings.xml

0 comments on commit 78fab02

Please sign in to comment.