Skip to content

Commit 92ef4dc

Browse files
devversionjelbourn
authored andcommitted
build: mdc cronjob tests should use "develop" branch (#16991)
MDC seems to do their primary work in the "develop" branch. We discussed in the team meeting that we want to run tests against that branch as "master" is just their release staging branch. The goal of the snapshot job is to detect issues as soon as possible so that we can notify MDC in case of possible changes that negatively impact us.
1 parent 1972d8b commit 92ef4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ jobs:
439439
environment:
440440
GCP_DECRYPT_TOKEN: *gcp_decrypt_token
441441
MDC_REPO_URL: "https://github.com/material-components/material-components-web.git"
442-
MDC_REPO_BRANCH: "master"
442+
MDC_REPO_BRANCH: "develop"
443443
MDC_REPO_TMP_DIR: "/tmp/material-components-web"
444444
steps:
445445
- *checkout_code

0 commit comments

Comments
 (0)