From f011a5dcc89b16e047445f09861fecbfee377a3b Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 3 Mar 2019 11:09:50 -0500 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 8c49481d..06398ec0 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -25,10 +25,7 @@ git checkout master && \ git push $GITHUB_REPOSITORY $BRANCH:$BRANCH && \ # Builds the project if applicable. -if [ -z "$BUILD_SCRIPT" ] -then - eval "$BUILD_SCRIPT" -fi +eval "$BUILD_SCRIPT" && \ # Commits the data to Github. git add -f $FOLDER && \