Skip to content

Commit

Permalink
fix travis osx
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Nov 7, 2017
1 parent 7df8a9b commit b9d6eb7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/ci/osx/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ security default-keychain -s $KEYCHAIN
security set-keychain-settings $KEYCHAIN
security unlock-keychain -p $KEYCHAIN_PW $KEYCHAIN
security import $HOME/cert.p12 -k $KEYCHAIN -P "$CODESIGN_OSX_PASS" -A
security -h | grep set-key-partition-list
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k $KEYCHAIN_PW $KEYCHAIN || true

security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k $KEYCHAIN_PW $KEYCHAIN || true # do not fail

# Use first ID
security find-identity -v $KEYCHAIN
Expand Down

0 comments on commit b9d6eb7

Please sign in to comment.