Skip to content

Commit e5f5884

Browse files
committed
Update
1 parent eae540a commit e5f5884

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/openshift-CI-kuttl-tests.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ oc get pods -n test-argocd
3939
oc wait --for=condition=Ready -n test-argocd pod --timeout=15m -l 'app.kubernetes.io/name in (argocd-application-controller,argocd-redis,argocd-repo-server,argocd-server)'
4040

4141
echo ">> Running tests on ${CI}"
42+
43+
curl -sSL -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/download/v2.13.1/argocd-linux-amd64 && \
44+
chmod +x /usr/local/bin/argocd
45+
46+

0 commit comments

Comments
 (0)