mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#13718)
This commit is contained in:
parent
cc3367c489
commit
9f303b36cd
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-837fadfda83160b87fcf4785b38ad386a48c66ab",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-5ff07e737aa789d3df91dbd3717963ad6db8b7f9",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
|
|
|
@ -1 +1 @@
|
|||
7d5d2f93cd46e0ca14a7586f5fa7c667335714e5
|
||||
84cbddeb24a9310692f87db4435971d2d67f3e00
|
||||
|
|
|
@ -75,7 +75,7 @@ fi
|
|||
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
|
||||
PROJECT_ID=${PROJECT_ID:-istio-testing}
|
||||
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
|
||||
IMAGE_VERSION=master-837fadfda83160b87fcf4785b38ad386a48c66ab
|
||||
IMAGE_VERSION=master-5ff07e737aa789d3df91dbd3717963ad6db8b7f9
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue