From 31810a4cf29a3f583c8d69b54c1eab038549ce6a Mon Sep 17 00:00:00 2001 From: "Alex Ellis (VMware)" Date: Mon, 16 Jul 2018 13:32:33 +0100 Subject: [PATCH] Move CI to use openfaas/* ns This was a miss by refactoring work and is causing a CI failure https://travis-ci.org/openfaas/faas/builds/404409816 Signed-off-by: Alex Ellis (VMware) --- contrib/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ci.sh b/contrib/ci.sh index 90ceb9cf5..2c8afc0a6 100644 --- a/contrib/ci.sh +++ b/contrib/ci.sh @@ -4,7 +4,7 @@ docker swarm init --advertise-addr=127.0.0.1 ./deploy_stack.sh --no-auth -docker service update func_gateway --image=functions/gateway:latest-dev +docker service update func_gateway --image=openfaas/gateway:latest-dev # Script makes sure OpenFaaS API gateway is ready before running tests