Skip to content

Commit 4790aff

Browse files
committed
Remove support for building argo and argocd formulae
These have moved to homebrew-core Signed-off-by: Sten Laane <21343173+StenAL@users.noreply.github.com>
1 parent 82647e9 commit 4790aff

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

update.sh

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,7 @@ CLI_NAME="$1"
1111
VERSION="$2"
1212
BREW_VERSION="$3"
1313

14-
if [ "${CLI_NAME}" = "argocd" ]; then
15-
URL_BASE="https://github.com/argoproj/argo-cd/releases/download"
16-
CLASSNAME="Argocd"
17-
DESC="GitOps Continuous Delivery for Kubernetes"
18-
elif [ "${CLI_NAME}" = "argo" ]; then
19-
URL_BASE="https://github.com/argoproj/argo/releases/download"
20-
CLASSNAME="Argo"
21-
DESC="Get stuff done with container-native workflows for Kubernetes."
22-
elif [ "${CLI_NAME}" = "kubectl-argo-rollouts" ]; then
14+
if [ "${CLI_NAME}" = "kubectl-argo-rollouts" ]; then
2315
URL_BASE="https://github.com/argoproj/argo-rollouts/releases/download"
2416
CLASSNAME="KubectlArgoRollouts"
2517
DESC="Kubectl Argo Rollouts Plugin."

0 commit comments

Comments
 (0)