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 #25 from bhoggard/development
Browse files Browse the repository at this point in the history
fix before-install.sh
  • Loading branch information
Barry Hoggard committed May 9, 2017
2 parents df1ceb9 + 96d4606 commit faaa997
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ci/before-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

set -e

if [ "$TRAVIS_PULL_REQUEST" == 'false' ]; then
openssl aes-256-cbc -K $encrypted_c25aa352ba20_key -iv $encrypted_c25aa352ba20_iv
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
fi

gpg --fast-import ci/codesigning.asc

0 comments on commit faaa997

Please sign in to comment.