circleci config turn off deploy and integration jobs

This commit is contained in:
BryceLTaylor 2020-12-07 10:14:09 -05:00
parent ba7e3804be
commit c616e00595

View file

@ -86,11 +86,11 @@ jobs:
build-production:
# <<: *build
deploy-staging:
<<: *deploy
# <<: *deploy
deploy-production:
# <<: *deploy
integration-staging:
<<: *integration
# <<: *integration
integration-production:
# <<: *integration
@ -117,7 +117,7 @@ workflows:
branches:
only:
- develop
- /^hotfix\/.*/
- /^hotfix\/.*/
- /^release\/.*/
- integration-staging:
context: