mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#16315)
This commit is contained in:
parent
3d2167e4dd
commit
904595494b
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "istio build-tools",
|
"name": "istio build-tools",
|
||||||
"image": "gcr.io/istio-testing/build-tools:master-f765f42b0bbcfbfffc112630404904784118a25b",
|
"image": "gcr.io/istio-testing/build-tools:master-f5a08fd5c467fd33db561a5f11d1841e9b9454b9",
|
||||||
"privileged": true,
|
"privileged": true,
|
||||||
"remoteEnv": {
|
"remoteEnv": {
|
||||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
a9d82bf26d6489101ef5483f11740308534ce55e
|
db6d9d4ee069604a8ea93d26ff3fd64ad5bc570b
|
||||||
|
|
|
@ -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-f765f42b0bbcfbfffc112630404904784118a25b
|
IMAGE_VERSION=master-f5a08fd5c467fd33db561a5f11d1841e9b9454b9
|
||||||
fi
|
fi
|
||||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||||
IMAGE_NAME=build-tools
|
IMAGE_NAME=build-tools
|
||||||
|
|
Loading…
Reference in New Issue