EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit c215ba75 authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

fixing a typo

parent 729d6420
No related branches found
No related tags found
1 merge request!87Client test
Pipeline #22981 passed
......@@ -52,9 +52,7 @@ kubectl exec deployment/my-helm-release-ingestor -- ls /var/ingestor/success > s
kubectl exec deployment/my-helm-release-ingestor -- ls /var/ingestor/fail > failure_list.csv
# client testing
# KUBECTL_PORT_FORWARD_PID=$!
wget 127.0.0.1:80
kubectl port-forward svc/my-helm-release-client 80:80 &
docker run --name cypress --network host -v ${PWD}:/mnt/ --rm -t --user 1000:1000 cypress/browsers:node16.14.0-slim-chrome99-ff97 bash -c "cd /mnt && npm ci && npm run e2e"
# fetch logs for ingestor tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment