Skip to content

Commit

Permalink
Use a vesion of the argocd client including the command: argocd proj …
Browse files Browse the repository at this point in the history
…add-source-namespace. #175

Signed-off-by: cmoulliard <cmoulliard@redhat.com>
  • Loading branch information
cmoulliard committed Jul 3, 2024
1 parent 052af72 commit b46dafc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-backstage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ env:
ARGOCD_VERSION: 2.10.7
GITEA_VERSION: 1.22

ARGOCD_CLIENT_VERSION: v2.11.4

KUBEVIRT_VERSION: v1.2.1
KUBEVIRT_CDI_VERSION: v1.59.0

Expand Down Expand Up @@ -58,7 +60,7 @@ jobs:
- name: Install Argocd client
run: |
curl -sSL -o argocd-linux-amd64 https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-amd64
curl -sSL -o argocd-linux-amd64 https://github.com/argoproj/argo-cd/releases/download/${ARGOCD_CLIENT_VERSION}/argocd-linux-amd64
sudo install -m 555 argocd-linux-amd64 /usr/local/bin/argocd
rm argocd-linux-amd64
Expand Down

0 comments on commit b46dafc

Please sign in to comment.