bazel ignore latest version

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-05-21 20:28:22 -04:00
parent b1c97f8361
commit 8c672f1baa
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -84,7 +84,7 @@ compare() {
echo -e "\e[36m${dir}:\e[39m current ${current} | ${tag} | ${name}"
else
# add to the bad versions
if [[ "$dir" != "rstudio" ]]; then
if [[ "$dir" != "rstudio" ]] && [[ "$dir" != "bazel" ]]; then
bad_versions+=( "${dir}" )
fi
echo -e "\e[31m${dir}:\e[39m current ${current} | ${tag} | ${name} | ${releases}"