summaryrefslogtreecommitdiff
path: root/vendor/cel.dev/expr/cloudbuild.yaml
blob: e3e533a04abdc4a172e13fd0b850485398fb63a9 (plain)
1
2
3
4
5
6
7
8
9
steps:
- name: 'gcr.io/cloud-builders/bazel:7.3.2'
  entrypoint: bazel
  args: ['build', '...']
  id: bazel-build
  waitFor: ['-']
timeout: 15m
options:
  machineType: 'N1_HIGHCPU_32'