Skip to content

Commit

Permalink
Move CI to use openfaas/* ns
Browse files Browse the repository at this point in the history
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) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Jul 16, 2018
1 parent 50a8e9a commit 31810a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/ci.sh
Expand Up @@ -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

Expand Down

0 comments on commit 31810a4

Please sign in to comment.