Commit c616e005 authored by BryceLTaylor's avatar BryceLTaylor

circleci config turn off deploy and integration jobs

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