mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#13701)
This commit is contained in:
parent
e2ec45ee61
commit
c6c496f77d
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-257ca0b8eb953b97cb6d500fa4098885911316e1",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-1a11fda6c5ff6651c9ab6a99df8a425b891211b9",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
|
|
|
@ -1 +1 @@
|
|||
ba59b538ab6e9a50510152dc3499a0986c87d1b4
|
||||
b7ae4ccfe83bff3a11fad85b71f4e42b75f1fc1d
|
||||
|
|
|
@ -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-257ca0b8eb953b97cb6d500fa4098885911316e1
|
||||
IMAGE_VERSION=master-1a11fda6c5ff6651c9ab6a99df8a425b891211b9
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue