mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ci: replace RBE instance name for components-repo-unit-tests job (#42647)
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 #42647
This commit is contained in:
committed by
Jessica Janiuk
parent
dbcc17e261
commit
5d43497717
@@ -711,6 +711,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. Note that it's not necessary to perform a yarn
|
||||
|
||||
Reference in New Issue
Block a user