mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#13531)
This commit is contained in:
parent
117d095690
commit
f850977e09
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-abc275e31699771b23c44bb81b8fef6e534517bf",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-df9603634533861a5749102076341ca11e2933d9",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
|
|
|
@ -1 +1 @@
|
|||
aac3c58f52639513df780e9aae765b324278c209
|
||||
c4e3f2f71bbc74d850fb70f1a01e9eebea58008d
|
||||
|
|
|
@ -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-abc275e31699771b23c44bb81b8fef6e534517bf
|
||||
IMAGE_VERSION=master-df9603634533861a5749102076341ca11e2933d9
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue