We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae540a commit e5f5884Copy full SHA for e5f5884
scripts/openshift-CI-kuttl-tests.sh
@@ -39,3 +39,8 @@ oc get pods -n test-argocd
39
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)'
40
41
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