lk-jwt-service/.gear/predownloaded-development/vendor/cel.dev/expr/cloudbuild.yaml
2026-02-23 20:50:28 +03:00

9 lines
184 B
YAML

steps:
- name: 'gcr.io/cloud-builders/bazel:7.0.1'
entrypoint: bazel
args: ['build', '...']
id: bazel-build
waitFor: ['-']
timeout: 15m
options:
machineType: 'N1_HIGHCPU_32'