mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
bazel ignore latest version
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
b1c97f8361
commit
8c672f1baa
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user