update latest versions

Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
Jess Frazelle 2019-07-24 17:38:46 -07:00
parent 6aeb21db8e
commit 7d3f59dfcb
No known key found for this signature in database
GPG Key ID: 511342F2E11BC77E

View File

@ -88,7 +88,7 @@ get_latest_unifi() {
compare() {
local name="$1" dir="$2" tag="$3" current="$4" releases="$5"
ignore_dirs=( "bazel" "mc" "rstudio" "zookeeper/3.5" )
ignore_dirs=( "mc" "zookeeper/3.5" )
if [[ "$tag" =~ $current ]] || [[ "$name" =~ $current ]] || [[ "$current" =~ $tag ]] || [[ "$current" == "master" ]]; then
echo -e "\\e[36m${dir}:\\e[39m current ${current} | ${tag} | ${name}"