diff --git a/.circleci/config.yml b/.circleci/config.yml index 1e637d723..bed3adadd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -146,7 +146,6 @@ workflows: - develop - /^hotfix\/.*/ - /^release\/.*/ - - circleCI-configure-tests - build-production: context: - scratch-www-all @@ -155,42 +154,42 @@ workflows: branches: only: - master - - deploy-staging: - context: - - scratch-www-all - - scratch-www-staging - requires: - - build-staging - filters: - branches: - only: - - develop - - /^hotfix\/.*/ - - /^release\/.*/ - - circleCI-configure-tests - - integration-staging-jest: - context: - - scratch-www-all - - scratch-www-staging - requires: - - deploy-staging - filters: - branches: - only: - - develop - - /^hotfix\/.*/ - - /^release\/.*/ - - circleCI-configure-tests - - integration-staging-tap: - context: - - scratch-www-all - - scratch-www-staging - requires: - - deploy-staging - filters: - branches: - only: - - develop - - /^hotfix\/.*/ - - /^release\/.*/ - - circleCI-configure-tests + # - deploy-staging: + # context: + # - scratch-www-all + # - scratch-www-staging + # requires: + # - build-staging + # filters: + # branches: + # only: + # - develop + # - /^hotfix\/.*/ + # - /^release\/.*/ + # - circleCI-configure-tests + # - integration-staging-jest: + # context: + # - scratch-www-all + # - scratch-www-staging + # requires: + # - deploy-staging + # filters: + # branches: + # only: + # - develop + # - /^hotfix\/.*/ + # - /^release\/.*/ + # - circleCI-configure-tests + # - integration-staging-tap: + # context: + # - scratch-www-all + # - scratch-www-staging + # requires: + # - deploy-staging + # filters: + # branches: + # only: + # - develop + # - /^hotfix\/.*/ + # - /^release\/.*/ + # - circleCI-configure-tests