Skip to content

Commit

Permalink
cleaned up
Browse files Browse the repository at this point in the history
  • Loading branch information
schickling committed Dec 27, 2017
1 parent 9f78893 commit a79ef75
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
echo $CERTIFICATE_OSX_P12 | base64 --decode > certificate.p12
security import certificate.p12 -k build.keychain -P $CERTIFICATE_OSX_PASSWORD -T /usr/bin/codesign
security set-key-partition-list -S apple-tool:,apple: -s -k travis build.keychain
# - run: security create-keychain -p travis build.keychain
# - run: security default-keychain -s build.keychain
# - run: security unlock-keychain -p travis build.keychain
# - run: echo $CERTIFICATE_OSX_P12 | base64 --decode > certificate.p12
# - run: security import certificate.p12 -k build.keychain -P $CERTIFICATE_OSX_PASSWORD -T /usr/bin/codesign
# - run: security set-key-partition-list -S apple-tool:,apple: -s -k travis build.keychain
- run: sudo npm i -g yarn
# needed for release process
- run: brew install gettext
Expand Down

0 comments on commit a79ef75

Please sign in to comment.