mirror of
https://github.com/coreos/ignition.git
synced 2026-02-06 18:47:54 +01:00
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.236.0 to 0.240.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.236.0...v0.240.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-version: 0.240.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
10 lines
184 B
YAML
10 lines
184 B
YAML
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'
|