mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -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
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue