mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#13509)
This commit is contained in:
parent
71e23a97d0
commit
4164ebd6fd
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-a6aacea56463a118b848ae002e42d72075e00f02",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-bb3a18f9d6ecb6f876d08fbfa6fde229979bcb1e",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
|
|
|
@ -1 +1 @@
|
|||
4f689095acd3eb53cd2a5ca8352d673d7304a8bb
|
||||
af95aa03b19a13314c1d5b05cd92e3268e69063b
|
||||
|
|
|
@ -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-a6aacea56463a118b848ae002e42d72075e00f02
|
||||
IMAGE_VERSION=master-bb3a18f9d6ecb6f876d08fbfa6fde229979bcb1e
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue