From a32e86419f99cb48b1db823f104ea1b7d773261a Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 3 Mar 2019 10:26:30 -0500 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 63226a07..7fbfd5d0 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -26,7 +26,8 @@ git push $GITHUB_REPOSITORY $BRANCH:$BRANCH && \ # Builds the project if applicable. if [ -z "$BUILD_SCRIPT" ] then - $BUILD_SCRIPT && \ + $BUILD_SCRIPT +fi # Commits the data to Github. git add -f $FOLDER &&