mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#13964)
This commit is contained in:
parent
3a313e1f48
commit
cfc543374f
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-0eaa9253ee7d0ed14d1f97cfaafa3f298ea7a117",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-99540faae1b7599a14622e23516c3871bfa23f39",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
|
|
|
@ -1 +1 @@
|
|||
d5a960b45fd12eb7b882743955d893d30214e2a4
|
||||
32d583a8a74573d66f1451578a5f7d67584cb356
|
||||
|
|
|
@ -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-0eaa9253ee7d0ed14d1f97cfaafa3f298ea7a117
|
||||
IMAGE_VERSION=master-99540faae1b7599a14622e23516c3871bfa23f39
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue