add az cli extension

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2018-06-18 11:21:20 -04:00
parent f9d4e19828
commit c87bee0812
2 changed files with 7 additions and 1 deletions

View File

@@ -86,7 +86,7 @@ compare() {
echo -e "\e[36m${dir}:\e[39m current ${current} | ${tag} | ${name}"
else
# add to the bad versions
if [[ "$dir" != "rstudio" ]] && [[ "$dir" != "bazel" ]]; then
if [[ "$dir" != "rstudio" ]] && [[ "$dir" != "bazel" ]] && [[ "$dir" != "azure-cli-extension-noelbundick" ]]; then
bad_versions+=( "${dir}" )
fi
echo -e "\e[31m${dir}:\e[39m current ${current} | ${tag} | ${name} | ${releases}"
@@ -94,6 +94,7 @@ compare() {
}
projects=(
noelbundick/azure-cli-extension-noelbundick
certbot/certbot
hashicorp/consul
coredns/coredns