Skip to content

Commit 162b916

Browse files
committed
Update
1 parent e5f5884 commit 162b916

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

scripts/openshift-CI-kuttl-tests.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,3 @@ 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-

scripts/run-kuttl-tests.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ set -x
1111
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1212
source $DIR/e2e-common.sh
1313

14+
15+
curl -sSL -o $DIR/argocd https://github.com/argoproj/argo-cd/releases/download/v2.13.1/argocd-linux-amd64 && \
16+
chmod +x $DIR/argocd
17+
export PATH=$DIR:$PATH
18+
19+
1420
testsuite="$1"
1521
report=${report:-"json"}
1622
current_time=${current_time:-$(date "+%Y.%m.%d-%H.%M.%S")}

0 commit comments

Comments
 (0)