travis-ci: update location of travis-settings.xml
This commit is contained in:
parent
3a9670ad85
commit
c8578b4659
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ if [ "$TRAVIS_BRANCH" = 'master' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ]; the
|
|||
openssl aes-256-cbc -K $encrypted_e3200738ab3d_key -iv $encrypted_e3200738ab3d_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-settings.xml -Dskip-Tests=true -P release -B deploy
|
||||
./mvnw --projects plugin,ruleset --settings travis-ci/travis-settings.xml \
|
||||
-Dskip-Tests=true -P release -B deploy
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue