From 9146f7a76e6d73dc474737cf12589f286f38fcf4 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Sun, 4 Oct 2020 23:29:56 +0000 Subject: [PATCH] Debugging... --- entrypoint.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 0388c96..7cebccd 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -19,6 +19,14 @@ source ./.venv/bin/activate # Install requirements pip install zappa + +echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-" +echo " DEBUG" +echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-" +pwd +whoami +echo "WORKSPACE: ${GITHUB_WORKSPACE}" + pip install -r requirements.txt {