Skip to content

Commit

Permalink
Attempt to fix config-error (facebook#270)
Browse files Browse the repository at this point in the history
Summary:
Per title. Not very helpful error here:

https://circleci.com/workflow-run/4df8960b-e74e-4c58-8072-ac9aad94c063
Pull Request resolved: facebook#270

Reviewed By: jknoxville

Differential Revision: D9861448

Pulled By: passy

fbshipit-source-id: 71f46ce0bc3b9fe98ac9a7abecc6fb9c3a531f59
  • Loading branch information
passy authored and facebook-github-bot committed Sep 17, 2018
1 parent 175ba7f commit e98d482
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,12 @@ jobs:

workflows:
version: 2
build:
build-and-deploy:
jobs:
- build

release:
triggers:
- schedules:
- release:
filters:
branches:
- only: master
tags:
- only: /^v.*/

jobs:
- release
only: /^v.*/
branches:
ignore: /.*/

0 comments on commit e98d482

Please sign in to comment.