File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ before_cache:
3838 - find $HOME/.ivy2 -name "ivydata-*.properties" -delete
3939 - find $HOME/.sbt -name "*.lock" -delete
4040before_install :
41- - " if [[ $TRAVIS_TAG == v[0-9.]* ]]; then openssl aes-256-cbc -K $encrypted_abd62175a9d5_key -iv $encrypted_abd62175a9d5_iv - in local. secring.gpg.enc -out local.secring.gpg -d; fi"
42- - " if [[ $TRAVIS_TAG == v[0-9.]* ]]; then openssl aes-256-cbc -K $encrypted_adfd5b7568be_key -iv $encrypted_adfd5b7568be_iv - in local. pubring.gpg.enc -out local.pubring.gpg -d; fi"
41+ - " if [[ $TRAVIS_TAG == v[0-9.]* ]]; then openssl aes-256-cbc -pass pass:$ENCRYPTION_PASSWORD - in secring.gpg.enc -out local.secring.gpg -d; fi"
42+ - " if [[ $TRAVIS_TAG == v[0-9.]* ]]; then openssl aes-256-cbc -pass pass:$ENCRYPTION_PASSWORD - in pubring.gpg.enc -out local.pubring.gpg -d; fi"
4343after_success :
4444- " [[ $TRAVIS_TAG == v[0-9.]* ]] && [[ $PUBLISH_FROM_THIS_BUILD == true ]] && { gpg --import local.secring.gpg && sbt ++$TRAVIS_SCALA_VERSION publish sonatypeBundleRelease; };"
You can’t perform that action at this time.
0 commit comments