Retry with sandbox to begud downstream Go error

(previous git error was solved by authorizing the googleapis subdir)
gce-action-fix
Victor Chudnovsky 2 years ago
parent 0790acdcf6
commit e6adb9fd1c
  1. 3
      .github/workflows/diregapic.yaml

@ -40,7 +40,8 @@ jobs:
- name: Build GAPIC clients
if: contains(env.api_changes, 'file')
run: |
bazel build //google/cloud/compute/v1/...
bazel build //google/cloud/compute/v1/... || bazel build --sandbox_debug //google/cloud/compute/v1/...
bazel build //google/cloud/compute/v1/...
- name: Create PR
uses: googleapis/code-suggester@v2

Loading…
Cancel
Save