Skip to content

Commit a79ef75

Browse files
committed
cleaned up
1 parent 9f78893 commit a79ef75

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.circleci/config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ jobs:
2323
echo $CERTIFICATE_OSX_P12 | base64 --decode > certificate.p12
2424
security import certificate.p12 -k build.keychain -P $CERTIFICATE_OSX_PASSWORD -T /usr/bin/codesign
2525
security set-key-partition-list -S apple-tool:,apple: -s -k travis build.keychain
26-
# - run: security create-keychain -p travis build.keychain
27-
# - run: security default-keychain -s build.keychain
28-
# - run: security unlock-keychain -p travis build.keychain
29-
# - run: echo $CERTIFICATE_OSX_P12 | base64 --decode > certificate.p12
30-
# - run: security import certificate.p12 -k build.keychain -P $CERTIFICATE_OSX_PASSWORD -T /usr/bin/codesign
31-
# - run: security set-key-partition-list -S apple-tool:,apple: -s -k travis build.keychain
3226
- run: sudo npm i -g yarn
3327
# needed for release process
3428
- run: brew install gettext

0 commit comments

Comments
 (0)