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