aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/cel.dev/expr/cloudbuild.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/cel.dev/expr/cloudbuild.yaml')
-rw-r--r--vendor/cel.dev/expr/cloudbuild.yaml9
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/cel.dev/expr/cloudbuild.yaml b/vendor/cel.dev/expr/cloudbuild.yaml
deleted file mode 100644
index 8a8ea3763..000000000
--- a/vendor/cel.dev/expr/cloudbuild.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
-steps:
-- name: 'gcr.io/cloud-builders/bazel:6.4.0'
- entrypoint: bazel
- args: ['test', '--test_output=errors', '...']
- id: bazel-test
- waitFor: ['-']
-timeout: 15m
-options:
- machineType: 'N1_HIGHCPU_32'