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 && \