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 bdfc92a commit bdb09ccCopy full SHA for bdb09cc
.circleci/config.yml
@@ -738,6 +738,10 @@ jobs:
738
# variable. It needs to be hardcoded here, because env variables interpolation is
739
# not supported.
740
- "/tmp/angular-components-repo"
741
+ - run:
742
+ # TODO(devversion): remove once https://github.com/angular/components/pull/23056 is available.
743
+ name: Replace RBE container instance name
744
+ command: sed -i "s#default_instance#primary_instance#g" ${COMPONENTS_REPO_TMP_DIR}/.bazelrc
745
- run:
746
# Updates the `angular/components` `package.json` file to refer to the release output
747
# inside the `packages-dist` directory. Note that it's not necessary to perform a yarn
0 commit comments