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