We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131468e commit bd92723Copy full SHA for bd92723
.circleci/env.sh
@@ -71,7 +71,6 @@ setPublicVar SAUCE_READY_FILE_TIMEOUT 120
71
# the `save_cache` path configuration in `config.yml`
72
setPublicVar COMPONENTS_REPO_TMP_DIR "/tmp/angular-components-repo"
73
setPublicVar COMPONENTS_REPO_URL "https://github.com/angular/components.git"
74
-# TODO(BRANCH_RENAME_CLEANUP): fixup branch name to point to main branch
75
setPublicVar COMPONENTS_REPO_BRANCH "main"
76
# **NOTE**: When updating the commit SHA, also update the cache key in the CircleCI `config.yml`.
77
setPublicVar COMPONENTS_REPO_COMMIT "7a24e95bafbdeb697f74a48e275c2442bcbefc74"
0 commit comments