mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#15211)
This commit is contained in:
parent
9101bc0669
commit
94841e7a30
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-19ae86d66a54c72ca3041ff75677b630083b8463",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-2892b009f34a3a86638834d7a1070d549daaccd1",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
|
|
|
@ -1 +1 @@
|
|||
6124a75104420ebb060219371aee01e9b7b905be
|
||||
a0434b881d7810fada661975a26b5d0ee61d688d
|
||||
|
|
|
@ -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-19ae86d66a54c72ca3041ff75677b630083b8463
|
||||
IMAGE_VERSION=master-2892b009f34a3a86638834d7a1070d549daaccd1
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue