Add new env variables to cloudbuild

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-08-27 16:31:29 -04:00
parent bf11584dbd
commit 5e63bd4f0e

View file

@ -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'