From 92d38b983acb2fdd914c101462b93a4a556b2734 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 3 Mar 2019 10:11:42 -0500 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 6a60c175..63226a07 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -27,7 +27,6 @@ git push $GITHUB_REPOSITORY $BRANCH:$BRANCH && \ if [ -z "$BUILD_SCRIPT" ] then $BUILD_SCRIPT && \ -fi # Commits the data to Github. git add -f $FOLDER &&