Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Changed encrypted signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling committed Jun 30, 2017
1 parent 9eca926 commit 829f97a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/prepare-signing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fi

if [ "${TRAVIS_SECURE_ENV_VARS}" == true ]; then
openssl aes-256-cbc -K "${ENCRYPTION_KEY}" -iv "${ENCRYPTION_IV}" -in travis/signing-key.asc.enc -out travis/signing-key.asc -d
if (( $? == 0 )); then
if (( $? != 0 )); then
echo "Failed to decrypt the signing key. Skipping."
exit 1
fi
Expand Down
Binary file modified travis/signing-key.asc.enc
Binary file not shown.

0 comments on commit 829f97a

Please sign in to comment.