mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-10 23:12:40 +01:00
add az cli extension
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user