From 5222e203eb7524c2e679ffe36295e9cea54c1f02 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Thu, 18 May 2023 21:16:14 -0700 Subject: [PATCH] Fix sync argo step --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a1b40076..dfecd9a3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,7 +41,7 @@ steps: environment: ARGOCD_TOKEN: from_secret: ARGOCD_TOKEN - script: + commands: - apk add --no-cache jq curl - latest=$(curl -sL https://api.github.com/repos/argoproj/argo-cd/releases/latest | jq -r '.assets[] | select( .name | contains("argocd-linux-amd64")).browser_download_url') - curl -Ls $latest -o /tmp/argocd && chmod +x /tmp/argocd