mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
circleci config turn off deploy and integration jobs
This commit is contained in:
parent
ba7e3804be
commit
c616e00595
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
- /^hotfix\/.*/
|
- /^hotfix\/.*/
|
||||||
- /^release\/.*/
|
- /^release\/.*/
|
||||||
- integration-staging:
|
- integration-staging:
|
||||||
context:
|
context:
|
||||||
|
|
Loading…
Reference in a new issue