From 50a8e9aa9fadc7f9ce21e6a84403a6d51451faa6 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (VMware)" Date: Mon, 16 Jul 2018 12:57:17 +0100 Subject: [PATCH] Disable auth in ci tests This should make CI tests pass without having to parse and run in the login command via the faas-cli. Signed-off-by: Alex Ellis (VMware) --- contrib/ci.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/ci.sh b/contrib/ci.sh index 891a1219..90ceb9cf 100644 --- a/contrib/ci.sh +++ b/contrib/ci.sh @@ -2,7 +2,8 @@ docker swarm init --advertise-addr=127.0.0.1 -./deploy_stack.sh +./deploy_stack.sh --no-auth + docker service update func_gateway --image=functions/gateway:latest-dev # Script makes sure OpenFaaS API gateway is ready before running tests