mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#7180)
This commit is contained in:
parent
a95018f62e
commit
ac9e4f5918
|
@ -1 +1 @@
|
|||
f6120ab951213bdefcafd778e87e86c7d26d2c83
|
||||
5047464aaf8ee94adf3c7a7da23dcda584504bfc
|
||||
|
|
|
@ -196,3 +196,6 @@ whitelisted_modules:
|
|||
|
||||
# Apache 2.0: https://github.com/xeipuuv/gojsonschema/blob/master/LICENSE-APACHE-2.0.txt
|
||||
- github.com/xeipuuv/gojsonschema
|
||||
|
||||
# Apache 2.0: https://github.com/garyburd/redigo/blob/master/LICENSE
|
||||
- github.com/garyburd/redigo
|
||||
|
|
|
@ -59,7 +59,7 @@ fi
|
|||
|
||||
# Build image to use
|
||||
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
|
||||
export IMAGE_VERSION=master-2020-04-22T02-05-07
|
||||
export IMAGE_VERSION=master-2020-04-28T21-48-12
|
||||
fi
|
||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||
export IMAGE_NAME=build-tools
|
||||
|
|
Loading…
Reference in New Issue