We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e6a24 commit a8d3c25Copy full SHA for a8d3c25
.circleci/config.yml
@@ -711,6 +711,10 @@ jobs:
711
# variable. It needs to be hardcoded here, because env variables interpolation is
712
# not supported.
713
- "/tmp/angular-components-repo"
714
+ - run:
715
+ # TODO(devversion): remove once https://github.com/angular/components/pull/23056 is available.
716
+ name: Replace RBE container instance name
717
+ command: sed -i "s#default_instance#primary_instance#g" ${COMPONENTS_REPO_TMP_DIR}/.bazelrc
718
- run:
719
# Updates the `angular/components` `package.json` file to refer to the release output
720
# inside the `packages-dist` directory. Note that it's not necessary to perform a yarn
0 commit comments