Skip to content

Commit

Permalink
Still trying to get the key decryption to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras committed May 11, 2020
1 parent 98d7826 commit 6048047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-deployment/before-deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
if [ "$TRAVIS_PULL_REQUEST" == 'false' ]; then
openssl aes-256-cbc -K $encrypted_81c98acad902_key -iv $encrypted_81c98acad902 -iv -in travis-deployment/codesigning.asc.enc -out travis-deployment/codesigning.asc -d
openssl aes-256-cbc -K $encrypted_81c98acad902_key -iv $encrypted_81c98acad902_iv -in travis-deployment/codesigning.asc.enc -out travis-deployment/codesigning.asc -d
if [ ! "$?" -eq "0" ]; then
echo "Could not decrypt gpg key";
exit 1
Expand Down

0 comments on commit 6048047

Please sign in to comment.