Skip to content

Commit

Permalink
ci: correctly export RBE_experimental_credentials_helper_args (electr…
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Jan 15, 2024
1 parent b3e0122 commit 61f619a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ step-setup-rbe-for-build: &step-setup-rbe-for-build
$HELPER login
echo 'export RBE_service='`node -e "console.log(require('./src/utils/reclient.js').serviceAddress)"` >> $BASH_ENV
echo 'export RBE_experimental_credentials_helper='`node -e "console.log(require('./src/utils/reclient.js').helperPath)"` >> $BASH_ENV
echo 'export RBE_experimental_credentials_helper_args="print"' >> $BASH_ENV
step-restore-brew-cache: &step-restore-brew-cache
restore_cache:
Expand Down
2 changes: 2 additions & 0 deletions appveyor-woa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ for:
$env:RBE_service = node -e "console.log(require('./src/utils/reclient.js').serviceAddress)"
- ps: >-
$env:RBE_experimental_credentials_helper = $env:RECLIENT_HELPER
- ps: >-
$env:RBE_experimental_credentials_helper_args = "print"
- cd ..\..
- ps: $env:CHROMIUM_BUILDTOOLS_PATH="$pwd\src\buildtools"
- ps: >-
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ for:
$env:RBE_service = node -e "console.log(require('./src/utils/reclient.js').serviceAddress)"
- ps: >-
$env:RBE_experimental_credentials_helper = $env:RECLIENT_HELPER
- ps: >-
$env:RBE_experimental_credentials_helper_args = "print"
- cd ..\..
- ps: $env:CHROMIUM_BUILDTOOLS_PATH="$pwd\src\buildtools"
- ps: >-
Expand Down

0 comments on commit 61f619a

Please sign in to comment.