mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
circleci turn off staging deploy and tests through circle
This commit is contained in:
parent
167d44f6a6
commit
ac27f8f589
1 changed files with 39 additions and 40 deletions
|
@ -146,7 +146,6 @@ workflows:
|
||||||
- develop
|
- develop
|
||||||
- /^hotfix\/.*/
|
- /^hotfix\/.*/
|
||||||
- /^release\/.*/
|
- /^release\/.*/
|
||||||
- circleCI-configure-tests
|
|
||||||
- build-production:
|
- build-production:
|
||||||
context:
|
context:
|
||||||
- scratch-www-all
|
- scratch-www-all
|
||||||
|
@ -155,42 +154,42 @@ workflows:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- deploy-staging:
|
# - deploy-staging:
|
||||||
context:
|
# context:
|
||||||
- scratch-www-all
|
# - scratch-www-all
|
||||||
- scratch-www-staging
|
# - scratch-www-staging
|
||||||
requires:
|
# requires:
|
||||||
- build-staging
|
# - build-staging
|
||||||
filters:
|
# filters:
|
||||||
branches:
|
# branches:
|
||||||
only:
|
# only:
|
||||||
- develop
|
# - develop
|
||||||
- /^hotfix\/.*/
|
# - /^hotfix\/.*/
|
||||||
- /^release\/.*/
|
# - /^release\/.*/
|
||||||
- circleCI-configure-tests
|
# - circleCI-configure-tests
|
||||||
- integration-staging-jest:
|
# - integration-staging-jest:
|
||||||
context:
|
# context:
|
||||||
- scratch-www-all
|
# - scratch-www-all
|
||||||
- scratch-www-staging
|
# - scratch-www-staging
|
||||||
requires:
|
# requires:
|
||||||
- deploy-staging
|
# - deploy-staging
|
||||||
filters:
|
# filters:
|
||||||
branches:
|
# branches:
|
||||||
only:
|
# only:
|
||||||
- develop
|
# - develop
|
||||||
- /^hotfix\/.*/
|
# - /^hotfix\/.*/
|
||||||
- /^release\/.*/
|
# - /^release\/.*/
|
||||||
- circleCI-configure-tests
|
# - circleCI-configure-tests
|
||||||
- integration-staging-tap:
|
# - integration-staging-tap:
|
||||||
context:
|
# context:
|
||||||
- scratch-www-all
|
# - scratch-www-all
|
||||||
- scratch-www-staging
|
# - scratch-www-staging
|
||||||
requires:
|
# requires:
|
||||||
- deploy-staging
|
# - deploy-staging
|
||||||
filters:
|
# filters:
|
||||||
branches:
|
# branches:
|
||||||
only:
|
# only:
|
||||||
- develop
|
# - develop
|
||||||
- /^hotfix\/.*/
|
# - /^hotfix\/.*/
|
||||||
- /^release\/.*/
|
# - /^release\/.*/
|
||||||
- circleCI-configure-tests
|
# - circleCI-configure-tests
|
||||||
|
|
Loading…
Reference in a new issue