File: cloudbuild.yaml

package info (click to toggle)
kind 0.30.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,392 kB
  • sloc: sh: 1,900; makefile: 97; javascript: 55; xml: 9
file content (11 lines) | stat: -rw-r--r-- 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# See https://cloud.google.com/cloud-build/docs/build-config
options:
  substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/k8s-staging-test-infra/krte:latest-master
  env:
  - PULL_BASE_SHA=$_PULL_BASE_SHA
  entrypoint: hack/ci/push-latest-cli/push-latest-cli.sh
substitutions:
  _GIT_TAG: '12345'
  _PULL_BASE_SHA: 'oops'