Skip to content

Commit

Permalink
PGP key couldn't be decrypted by travis, encrypting again
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras committed Dec 25, 2018
1 parent f7ef49a commit e1938ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cd/before-deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
if [ "$TRAVIS_BRANCH" = 'master' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ]; then
openssl aes-256-cbc -K $encrypted_d47fb4320ded_key -iv $encrypted_d47fb4320ded_iv -in cd/codesigning.asc.enc -out cd/codesigning.asc -d
openssl aes-256-cbc -K $encrypted_be3f5c67f3aa_key -iv $encrypted_be3f5c67f3aa_iv -in cd/codesigning.asc.enc -out cd/codesigning.asc -d
gpg --fast-import cd/codesigning.asc
fi

Binary file modified cd/codesigning.asc.enc
Binary file not shown.

0 comments on commit e1938ab

Please sign in to comment.