mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#14485)
This commit is contained in:
parent
881e4b4cb5
commit
8b97ad64b4
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-c74bd02738dce6695e6206d2b517a8b69e648754",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-1782289c9eb44a462e581edb6712afebb3138b2f",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
|
|
|
@ -1 +1 @@
|
|||
50612729ef74c89d3704a537afac07b28c972879
|
||||
372be4999661538e00683895441a643f792f965b
|
||||
|
|
|
@ -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-c74bd02738dce6695e6206d2b517a8b69e648754
|
||||
IMAGE_VERSION=master-1782289c9eb44a462e581edb6712afebb3138b2f
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue