Skip to content

Commit

Permalink
Fix CircleCI yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrocaselani committed Apr 30, 2019
1 parent e6854ef commit b869415
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .circleci/config.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
- store_artifacts:
path: ~/Library/Logs/scan
destination: scan-logs
build-beta-release:
beta-release:
macos:
xcode: '10.1.0'
environment:
Expand Down Expand Up @@ -67,12 +67,10 @@ jobs:

workflows:
version: 2
build-and-test:
build-test-deploy:
jobs:
- build-and-test
beta-release:
jobs:
- build-beta-release:
filters:
branches:
only: master
- beta-release:
filters:
branches:
only: master

0 comments on commit b869415

Please sign in to comment.