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 5eef950 commit 7df8a9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/ci/osx/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ 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 set-key-partition-list -S apple-tool:,apple: -s -k $KEYCHAIN_PW $KEYCHAIN
security -h | grep set-key-partition-list
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k $KEYCHAIN_PW $KEYCHAIN || true


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

0 comments on commit 7df8a9b

Please sign in to comment.