From a1a4265936763631fa92de85f2fd2e52b707b7b8 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Sun, 4 Oct 2020 23:37:59 +0000 Subject: [PATCH] Debugging... --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 09079f2..c73594b 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -25,7 +25,7 @@ echo " DEBUG" echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-" pwd whoami -ls +echo "Objects in dir: `ls`" echo "WORKSPACE: ${GITHUB_WORKSPACE}" pip install -r requirements.txt