Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge 16d1e31 into babf618
Browse files Browse the repository at this point in the history
  • Loading branch information
smashwilson committed Jul 10, 2018
2 parents babf618 + 16d1e31 commit c5569d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Expand Up @@ -18,6 +18,13 @@ jobs:

steps:
- checkout
- run:
name: create and set the default keychain
command: |
# security create-keychain -p "" temporary
# security default-keychain -s temporary
security default-keychain
security show-keychain-info /Users/distiller/Library/Keychains/login.keychain-db
- run:
name: download build-package.sh
command: curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
Expand Down

0 comments on commit c5569d1

Please sign in to comment.