Skip to content

Commit

Permalink
Fix basedir
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Jun 21, 2024
1 parent d7e02d5 commit 1a77e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/operations/ci/aws-1/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a77e46

Please sign in to comment.