From bb611779dbfc31f4208e7cd2f5379860d7170fe7 Mon Sep 17 00:00:00 2001 From: Diego Valenzuela Iturra Date: Fri, 7 Feb 2020 13:03:22 -0300 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 819b0b5..226e6ce 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,10 +1,5 @@ #!/bin/bash set -e -echo $(pwd) - -echo $(ls) - echo "Entrypoint got the following args : $*" - bash -c "yapf $*"