Skip to content
Snippets Groups Projects
Commit 0d5e7813 authored by Alex Ellis (OpenFaaS Ltd)'s avatar Alex Ellis (OpenFaaS Ltd)
Browse files

Add debug for gateway service

parent 162aec74
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@ set -e
docker service update func_gateway --image=openfaas/gateway:latest-dev
docker service ps --no-trunc func_gateway
# Script makes sure OpenFaaS API gateway is ready before running tests
wait_success=false
for i in {1..30};
......
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