Commit ac27f8f5 authored by BryceLTaylor's avatar BryceLTaylor

circleci turn off staging deploy and tests through circle

parent 167d44f6
...@@ -146,7 +146,6 @@ workflows: ...@@ -146,7 +146,6 @@ workflows:
- develop - develop
- /^hotfix\/.*/ - /^hotfix\/.*/
- /^release\/.*/ - /^release\/.*/
- circleCI-configure-tests
- build-production: - build-production:
context: context:
- scratch-www-all - scratch-www-all
...@@ -155,42 +154,42 @@ workflows: ...@@ -155,42 +154,42 @@ workflows:
branches: branches:
only: only:
- master - master
- deploy-staging: # - deploy-staging:
context: # context:
- scratch-www-all # - scratch-www-all
- scratch-www-staging # - scratch-www-staging
requires: # requires:
- build-staging # - build-staging
filters: # filters:
branches: # branches:
only: # only:
- develop # - develop
- /^hotfix\/.*/ # - /^hotfix\/.*/
- /^release\/.*/ # - /^release\/.*/
- circleCI-configure-tests # - circleCI-configure-tests
- integration-staging-jest: # - integration-staging-jest:
context: # context:
- scratch-www-all # - scratch-www-all
- scratch-www-staging # - scratch-www-staging
requires: # requires:
- deploy-staging # - deploy-staging
filters: # filters:
branches: # branches:
only: # only:
- develop # - develop
- /^hotfix\/.*/ # - /^hotfix\/.*/
- /^release\/.*/ # - /^release\/.*/
- circleCI-configure-tests # - circleCI-configure-tests
- integration-staging-tap: # - integration-staging-tap:
context: # context:
- scratch-www-all # - scratch-www-all
- scratch-www-staging # - scratch-www-staging
requires: # requires:
- deploy-staging # - deploy-staging
filters: # filters:
branches: # branches:
only: # only:
- develop # - develop
- /^hotfix\/.*/ # - /^hotfix\/.*/
- /^release\/.*/ # - /^release\/.*/
- circleCI-configure-tests # - circleCI-configure-tests
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment