Skip to content

Commit

Permalink
One more try
Browse files Browse the repository at this point in the history
  • Loading branch information
sockeqwe committed Oct 5, 2018
1 parent 28cb11e commit b13165a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then
else
echo "Deploying snapshot..."
openssl aes-256-cbc -K $encrypted_a046bd9bf3a5_key -iv $encrypted_a046bd9bf3a5_iv -in .travis/key.enc -out key.gpg -d
gpg --import .travis/key.gpg
gpg --import key.gpg
echo "signing.keyId=E508C045" >> library/gradle.properties
echo "signing.password=$PGP_KEY" >> library/gradle.properties
echo "signing.secretKeyRingFile=$PWD/key.gpg" >> library/gradle.properties
Expand Down

0 comments on commit b13165a

Please sign in to comment.