Skip to content

Commit

Permalink
Remove bazel from GCB to work around google#2690
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchinson committed Apr 4, 2022
1 parent 998c077 commit b916e8a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,6 @@ steps:
waitFor:
- prepare

# Run Bazel check.
- id: bazel
name: 'gcr.io/cloud-marketplace-containers/google/bazel:1.1.0'
entrypoint: bazel
args: ['build', '//:*']
waitFor:
- prepare

# Presubmit
- id: presubmit
name: 'gcr.io/${PROJECT_ID}/trillian_testbase'
Expand Down

0 comments on commit b916e8a

Please sign in to comment.