From 1a77e46a62cc0dbb1e01f15c08b5fe27fa4bfb6d Mon Sep 17 00:00:00 2001 From: Michael Barroco Date: Fri, 21 Jun 2024 10:22:45 +0200 Subject: [PATCH] Fix basedir --- deploy/operations/ci/aws-1/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/operations/ci/aws-1/test.sh b/deploy/operations/ci/aws-1/test.sh index 07fd0ebaf..223574cd5 100755 --- a/deploy/operations/ci/aws-1/test.sh +++ b/deploy/operations/ci/aws-1/test.sh @@ -41,11 +41,11 @@ helm upgrade --install --debug --kube-context="$KUBE_CONTEXT" -f "${WORKSPACE_LO kubectl wait --for=condition=complete --timeout=3m job --all # Test the deployment of the DSS -kubectl apply -f test-resources.yaml +kubectl apply -f "$BASEDIR/test-resources.yaml" kubectl create secret generic -n tests dummy-oauth-certs --from-file="$BASEDIR/../../../../build/test-certs/auth2.key" kubectl wait -n tests --for=condition=complete --timeout=10m job.batch/uss-qualifier # dummy-oauth-certs secret is deleted with the namespace using the command below -kubectl delete -f test-resources.yaml +kubectl delete -f "$BASEDIR/test-resources.yaml" if [ -n "$DO_NOT_DESTROY" ]; then