Skip to content

Commit 4dd3a1a

Browse files
Revert "Change encryption"
This reverts commit d8e0f04.
1 parent d8e0f04 commit 4dd3a1a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ before_cache:
3838
- find $HOME/.ivy2 -name "ivydata-*.properties" -delete
3939
- find $HOME/.sbt -name "*.lock" -delete
4040
before_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"
4343
after_success:
4444
- "[[ $TRAVIS_TAG == v[0-9.]* ]] && [[ $PUBLISH_FROM_THIS_BUILD == true ]] && { gpg --import local.secring.gpg && sbt ++$TRAVIS_SCALA_VERSION publish sonatypeBundleRelease; };"

local.pubring.gpg.enc

-1.21 KB
Binary file not shown.

local.secring.gpg.enc

-2.56 KB
Binary file not shown.

0 commit comments

Comments
 (0)