mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#15376)
This commit is contained in:
parent
5c2e1a9d69
commit
2f877b3f78
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-b9a4a433d98c4160b77c77a93be94f2aa07c5c4d",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-971914c666d927bef34865d2437b78860d575065",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
|
|
|
@ -1 +1 @@
|
|||
d668a644804baba70c5d6bd4b7015b30b933c6c2
|
||||
827fa4773ee564dd4a22895ab14f22bf4394ae69
|
||||
|
|
|
@ -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-b9a4a433d98c4160b77c77a93be94f2aa07c5c4d
|
||||
IMAGE_VERSION=master-971914c666d927bef34865d2437b78860d575065
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue