Skip to content
Snippets Groups Projects
Commit c217afad authored by s80984's avatar s80984
Browse files

Update Test Job

parent 9be5cc67
No related branches found
No related tags found
No related merge requests found
Pipeline #14159 canceled
......@@ -61,7 +61,7 @@ job_test-image:
sleep 1 && echo sleeping
attempts=$((attempts + 1))
done
- while (wget "http://containerhost:${outerPort}" 2>&1 || true) | grep 'node-mongo-app-test exited with code 0'; do
- while (wget "http://containerhost:${outerPort}" 0 || true) | grep 'node-mongo-app-test exited with code 0'; do
exit 0
after_script:
......
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