From 4b93ccba3fdb821e2fd476e985a69f3739db6e16 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Sun, 5 Jan 2020 08:56:29 +0000 Subject: [PATCH] Debug statement for CI Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5da9883..9a91f67 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ prepare-test: sudo cp $(GOPATH)/src/github.com/alexellis/faasd/bin/faasd /usr/local/bin/ cd $(GOPATH)/src/github.com/alexellis/faasd/ && sudo /usr/local/bin/faasd install sudo systemctl status -l containerd --no-pager + sudo journalctl -u faas-containerd --no-pager sudo systemctl status -l faas-containerd --no-pager sudo systemctl status -l faasd --no-pager curl -sSLf https://cli.openfaas.com | sudo sh