Skip to content

Commit

Permalink
Expunge async
Browse files Browse the repository at this point in the history
  • Loading branch information
vchudnov-g committed Jun 21, 2023
1 parent 2b3da74 commit f073c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/diregapic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build GAPIC clients
if: contains(env.api_changes, 'file')
run: |
bazel clean --expunge
bazel clean --async --expunge
bazel build //google/cloud/compute/v1/... || bazel build --sandbox_debug //google/cloud/compute/v1/...
bazel build //google/cloud/compute/v1/...
Expand Down

0 comments on commit f073c67

Please sign in to comment.