Skip to content

Commit

Permalink
#117: check argo command is working
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Dec 7, 2022
1 parent 8f0c353 commit 431aa22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ jobs:
curl -sSL -o argocd-linux-amd64 https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-amd64
sudo install -m 555 argocd-linux-amd64 /usr/local/bin/argocd
rm argocd-linux-amd64
echo "--- Check argocd command is working"
argocd version
- name: Install & configure argocd-task-create-sync-and-wait
run: |
Expand Down

0 comments on commit 431aa22

Please sign in to comment.