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