Expunge bazel

gce-action-fix
Victor Chudnovsky 2 years ago
parent f6dbfb84c5
commit 2b3da7462d
  1. 1
      .github/workflows/diregapic.yaml

@ -40,6 +40,7 @@ jobs:
- name: Build GAPIC clients
if: contains(env.api_changes, 'file')
run: |
bazel clean --expunge
bazel build //google/cloud/compute/v1/... || bazel build --sandbox_debug //google/cloud/compute/v1/...
bazel build //google/cloud/compute/v1/...

Loading…
Cancel
Save