From a8f514f7d6522d062936a8e87d60a091175fc2b2 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Fri, 3 Jan 2020 18:13:12 +0000 Subject: [PATCH] Show pwd in prepare-test step Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 49f73a6..0e5fa22 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ dist: .PHONY: prepare-test prepare-test: + pwd && find $(GOPATH) curl -sLSf https://github.com/containerd/containerd/releases/download/v$(CONTAINERD_VER)/containerd-$(CONTAINERD_VER).linux-amd64.tar.gz > /tmp/containerd.tar.gz && sudo tar -xvf /tmp/containerd.tar.gz -C /usr/local/bin/ --strip-components=1 curl -SLfs https://raw.githubusercontent.com/containerd/containerd/v1.3.2/containerd.service | sudo tee /etc/systemd/system/containerd.service sudo systemctl daemon-reload && sudo systemctl start containerd