Skip to content

Commit 131468e

Browse files
devversionthePunderWoman
authored andcommitted
ci: use actual main branch for components repo unit test job (angular#46743)
For the branch rename migration we temporarily had to work from a forked-off branch. Now that all the migration and cleanup Is complete, we can switch to the actual new main branch. This is the last remaining cleanup in the organization as it seems. PR Close angular#46743
1 parent a4ce273 commit 131468e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ setPublicVar SAUCE_READY_FILE_TIMEOUT 120
7272
setPublicVar COMPONENTS_REPO_TMP_DIR "/tmp/angular-components-repo"
7373
setPublicVar COMPONENTS_REPO_URL "https://github.com/angular/components.git"
7474
# TODO(BRANCH_RENAME_CLEANUP): fixup branch name to point to main branch
75-
setPublicVar COMPONENTS_REPO_BRANCH "main-branch-rename-do-not-delete"
75+
setPublicVar COMPONENTS_REPO_BRANCH "main"
7676
# **NOTE**: When updating the commit SHA, also update the cache key in the CircleCI `config.yml`.
7777
setPublicVar COMPONENTS_REPO_COMMIT "7a24e95bafbdeb697f74a48e275c2442bcbefc74"
7878

0 commit comments

Comments
 (0)