mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#15801)
This commit is contained in:
parent
e4ba233c0b
commit
6c3119b5d1
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "istio build-tools",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-621a64a11b30f703b2e887df91862fffdd16112e",
|
||||
"image": "gcr.io/istio-testing/build-tools:master-4759bf88d40172234fc6a0b9e11a4c5f1ea58a90",
|
||||
"privileged": true,
|
||||
"remoteEnv": {
|
||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||
|
|
|
@ -1 +1 @@
|
|||
d09ba3d6a3a89b606bae1bbe4a1e6537b1b72d79
|
||||
82dc68a737b72d394c344d4fd71ff9e9ebf01852
|
||||
|
|
|
@ -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-621a64a11b30f703b2e887df91862fffdd16112e
|
||||
IMAGE_VERSION=master-4759bf88d40172234fc6a0b9e11a4c5f1ea58a90
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue