mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#16187)
This commit is contained in:
parent
385a40cc80
commit
ec4ab2f3a1
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-e02796cba1a2e48e50a8d09c60f9c6140b8a41ba",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-ba6e7d3a0ff9666b1cc2a650507b0d99acfefff4",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
|
|
|
@ -1 +1 @@
|
|||
09704d7c4b708d76ef91b1a1b091679a37def6bf
|
||||
272e6cbb1bfbeceeec17ba3ab6a103305db2725b
|
||||
|
|
|
@ -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-e02796cba1a2e48e50a8d09c60f9c6140b8a41ba
|
||||
IMAGE_VERSION=master-ba6e7d3a0ff9666b1cc2a650507b0d99acfefff4
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue