travis-ci: replace signing key to match passphrase

This commit is contained in:
Paul Campbell 2017-05-28 17:25:20 +01:00
parent 137e6a160d
commit 883aa4342e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
if [ "$TRAVIS_BRANCH" = 'master' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ]; then
openssl aes-256-cbc -K $encrypted_e3200738ab3d_key -iv $encrypted_e3200738ab3d_iv \
openssl aes-256-cbc -K $encrypted_efec3258f55d_key -iv $encrypted_efec3258f55d_iv \
-in travis-ci/codesigning.asc.enc -out travis-ci/codesigning.asc -d
gpg --fast-import travis-ci/codesigning.asc
./mvnw --projects plugin,ruleset --settings travis-ci/travis-settings.xml \