Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #24 from bhoggard/development
Browse files Browse the repository at this point in the history
fix gpg import
  • Loading branch information
Barry Hoggard committed May 9, 2017
2 parents 2894dab + 59fd224 commit df1ceb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/before-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

if [ "$TRAVIS_BRANCH" = 'master' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ]; then
if [ "$TRAVIS_PULL_REQUEST" == 'false' ]; then
openssl aes-256-cbc -K $encrypted_c25aa352ba20_key -iv $encrypted_c25aa352ba20_iv
-in codesigning.asc.enc -out ci/codesigning.asc -d
gpg --fast-import ci/codesigning.asc
Expand Down

0 comments on commit df1ceb9

Please sign in to comment.