Skip to content

Commit 33c9df5

Browse files
committed
ci: replace RBE instance name for components-repo-unit-tests job
Temporarily replaces the RBE instance name for the `components-repo-unit-tests` job until angular/components#23056 is available.
1 parent 0ac8dbd commit 33c9df5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,10 @@ jobs:
734734
# variable. It needs to be hardcoded here, because env variables interpolation is
735735
# not supported.
736736
- '/tmp/angular-components-repo'
737+
- run:
738+
# TODO(devversion): remove once https://github.com/angular/components/pull/23056 is available.
739+
name: Replace RBE container instance name
740+
command: sed -i "s#default_instance#primary_instance#g" ${COMPONENTS_REPO_TMP_DIR}/.bazelrc
737741
- run:
738742
# Updates the `angular/components` `package.json` file to refer to the release output
739743
# inside the `packages-dist` directory.

0 commit comments

Comments
 (0)