mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#16372)
This commit is contained in:
parent
373cce3fbd
commit
1fce0b38d8
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "istio build-tools",
|
"name": "istio build-tools",
|
||||||
"image": "gcr.io/istio-testing/build-tools:master-4118cfc2b385ebb43ead1f845f744f27e392398b",
|
"image": "gcr.io/istio-testing/build-tools:master-7ca89b4e34e8f80844770a372273f10dffee5a44",
|
||||||
"privileged": true,
|
"privileged": true,
|
||||||
"remoteEnv": {
|
"remoteEnv": {
|
||||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
d290a8ea595cda7473dcf08738f35a0dcd163d88
|
99b8e7ba708f46022e0d27ea972990f9880f2114
|
||||||
|
|
|
@ -75,7 +75,7 @@ fi
|
||||||
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
|
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
|
||||||
PROJECT_ID=${PROJECT_ID:-istio-testing}
|
PROJECT_ID=${PROJECT_ID:-istio-testing}
|
||||||
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
|
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
|
||||||
IMAGE_VERSION=master-4118cfc2b385ebb43ead1f845f744f27e392398b
|
IMAGE_VERSION=master-7ca89b4e34e8f80844770a372273f10dffee5a44
|
||||||
fi
|
fi
|
||||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||||
IMAGE_NAME=build-tools
|
IMAGE_NAME=build-tools
|
||||||
|
|
Loading…
Reference in New Issue