Commit 9f12288
fix(setup): Gracefully handle internal-only Cloud (#447)
Code API enablement Modify `setup_workload_identity.sh` to prevent
script failure when enabling the internal-only
`cloudcode-pa.googleapis.com` API. The API enablement command now
includes `|| true`, allowing the script to continue for public users
without permissions for this service.
<!--
Thank you for proposing a pull request! Please note that SOME TESTS WILL
LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from
forks.
Someone from the team will review your Pull Request and respond.
Please describe your change and any implementation details below.
-->
---------
Signed-off-by: Spencer <spencer.tang12@gmail.com>
Co-authored-by: gemini-cli[bot] <218312386+gemini-cli[bot]@users.noreply.github.com>1 parent ffc9cd2 commit 9f12288
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
215 | 214 | | |
216 | 215 | | |
217 | 216 | | |
| |||
220 | 219 | | |
221 | 220 | | |
222 | 221 | | |
223 | | - | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
224 | 225 | | |
| 226 | + | |
225 | 227 | | |
226 | 228 | | |
227 | 229 | | |
| |||
0 commit comments