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 52b5163
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/diregapic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
run: |
curl https://www.googleapis.com/discovery/v1/apis/compute/v1/rest --output google/cloud/compute/v1/compute.v1.json
echo compute_revision=$(grep -oP '"revision":\s*"\d+"' google/cloud/compute/v1/compute.v1.json | grep -oP '\d+') >> $GITHUB_ENV
- name: Ensure clean Bazel builds
run: |
bazel clean --async --expunge
- name: Regenerate API definitions
run: |
echo "*** DEBUG START"
Expand All @@ -40,7 +43,6 @@ 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/...
Expand Down

0 comments on commit 52b5163

Please sign in to comment.