Add new env variables to cloudbuild
This commit is contained in:
parent
bf11584dbd
commit
5e63bd4f0e
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,8 @@ steps:
|
|||
- DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
||||
- REPO_INFO=https://github.com/kubernetes/ingress-nginx
|
||||
- COMMIT_SHA=$_PULL_BASE_SHA
|
||||
- BUILD_ID=$BUILD_ID
|
||||
- HOME=/root
|
||||
- USER=root
|
||||
args:
|
||||
|
@ -20,3 +22,4 @@ steps:
|
|||
substitutions:
|
||||
_GIT_TAG: "12345"
|
||||
_PULL_BASE_REF: "master"
|
||||
_PULL_BASE_SHA: '12345'
|
||||
|
|
Loading…
Reference in a new issue