mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
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) <alexellis2@gmail.com>
This commit is contained in:
parent
8ede8966cd
commit
50a8e9aa9f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user