Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Jul 9, 2019
1 parent fe70072 commit 1e775dd
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,50 +315,50 @@ workflows:
context: org-global
requires:
- build-www
filters:
branches:
only: master
# filters:
# branches:
# only: master
- push-device:
context: org-global
requires:
- build-device
filters:
branches:
only: master
# filters:
# branches:
# only: master
- push-api:
context: org-global
requires:
- build-api
filters:
branches:
only: master
# filters:
# branches:
# only: master
- migrate:
context: org-global
requires:
- push-www
- push-device
- push-api
filters:
branches:
only: master
# filters:
# branches:
# only: master
- deploy-www:
context: org-global
requires:
- migrate
filters:
branches:
only: master
# filters:
# branches:
# only: master
- deploy-device:
context: org-global
requires:
- migrate
filters:
branches:
only: master
# filters:
# branches:
# only: master
- deploy-api:
context: org-global
requires:
- migrate
filters:
branches:
only: master
# filters:
# branches:
# only: master

0 comments on commit 1e775dd

Please sign in to comment.