mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#15444)
This commit is contained in:
parent
0618f04fd3
commit
e52b22db5e
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "istio build-tools",
|
"name": "istio build-tools",
|
||||||
"image": "gcr.io/istio-testing/build-tools:master-9751f0d4c3808a14b81505d71bafc19e6959f0d8",
|
"image": "gcr.io/istio-testing/build-tools:master-1710f2e9c3f527637e97b2188a6af8c87418b916",
|
||||||
"privileged": true,
|
"privileged": true,
|
||||||
"remoteEnv": {
|
"remoteEnv": {
|
||||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
46bb6b69ee600536ba5bce2fe9c9d64dc4165ac3
|
bd7126fd447f48a5ae17590921baca332ab0593c
|
||||||
|
|
|
@ -75,7 +75,7 @@ fi
|
||||||
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
|
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
|
||||||
PROJECT_ID=${PROJECT_ID:-istio-testing}
|
PROJECT_ID=${PROJECT_ID:-istio-testing}
|
||||||
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
|
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
|
||||||
IMAGE_VERSION=master-9751f0d4c3808a14b81505d71bafc19e6959f0d8
|
IMAGE_VERSION=master-1710f2e9c3f527637e97b2188a6af8c87418b916
|
||||||
fi
|
fi
|
||||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||||
IMAGE_NAME=build-tools
|
IMAGE_NAME=build-tools
|
||||||
|
|
Loading…
Reference in New Issue