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:
parent
2340cbcab8
commit
8da6f66f7b
|
@ -734,6 +734,10 @@ jobs:
|
||||||
# variable. It needs to be hardcoded here, because env variables interpolation is
|
# variable. It needs to be hardcoded here, because env variables interpolation is
|
||||||
# not supported.
|
# not supported.
|
||||||
- '/tmp/angular-components-repo'
|
- '/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:
|
- run:
|
||||||
# Updates the `angular/components` `package.json` file to refer to the release output
|
# Updates the `angular/components` `package.json` file to refer to the release output
|
||||||
# inside the `packages-dist` directory.
|
# inside the `packages-dist` directory.
|
||||||
|
|
Loading…
Reference in New Issue