Install ArgoCD in the cleanup stage
This commit is contained in:
parent
5d65d1042d
commit
460d4fca68
@ -171,7 +171,10 @@ steps:
|
||||
commands:
|
||||
- echo "$RCLONE_CONFIG_CONTENT" > $RCLONE_CONFIG
|
||||
- apk update
|
||||
- apk add curl jq perl git
|
||||
- apk add curl jq perl git yq
|
||||
- curl -sSL -o argocd-linux-amd64 https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-amd64
|
||||
- install -m 555 argocd-linux-amd64 /usr/local/bin/argocd
|
||||
- rm argocd-linux-amd64
|
||||
- ./scripts/cleanup.pl
|
||||
|
||||
---
|
||||
|
Reference in New Issue
Block a user