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