From fd2ee55f9f9cb07f00957600b2da9c6be7c495aa Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Sun, 5 Jan 2020 09:56:21 +0000 Subject: [PATCH] Update e2e tests for secrets folder Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a91f67..801203c 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ prepare-test: .PHONY: test-e2e test-e2e: - sudo cat $(GOPATH)/src/github.com/alexellis/faasd/basic-auth-password | /usr/local/bin/faas-cli login --password-stdin + sudo cat $(GOPATH)/src/github.com/alexellis/faasd/secrets/basic-auth-password | /usr/local/bin/faas-cli login --password-stdin /usr/local/bin/faas-cli store deploy figlet --env write_timeout=1s --env read_timeout=1s sleep 2 /usr/local/bin/faas-cli list -v