ci: replace RBE instance name for components-repo-unit-tests job (#42636)

Temporarily replaces the RBE instance name for the
`components-repo-unit-tests` job until
https://github.com/angular/components/pull/23056 is available.

PR Close #42636
This commit is contained in:
Paul Gschwendtner 2021-06-24 12:01:29 +02:00 committed by Jessica Janiuk
parent 2340cbcab8
commit 8da6f66f7b
1 changed files with 4 additions and 0 deletions

View File

@ -734,6 +734,10 @@ jobs:
# variable. It needs to be hardcoded here, because env variables interpolation is
# not supported.
- '/tmp/angular-components-repo'
- run:
# TODO(devversion): remove once https://github.com/angular/components/pull/23056 is available.
name: Replace RBE container instance name
command: sed -i "s#default_instance#primary_instance#g" ${COMPONENTS_REPO_TMP_DIR}/.bazelrc
- run:
# Updates the `angular/components` `package.json` file to refer to the release output
# inside the `packages-dist` directory.