diff --git a/entrypoint.sh b/entrypoint.sh index b2ec7269..33488d3f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -25,11 +25,8 @@ git checkout master && \ git push $GITHUB_REPOSITORY $BRANCH:$BRANCH && \ # Builds the project if applicable. -if [ -z "$BUILD_SCRIPT" ] -then - echo "This is now running $BUILD_SCRIPT" - eval "$BUILD_SCRIPT" -fi +echo "This is now running $BUILD_SCRIPT" +eval "$BUILD_SCRIPT" # Commits the data to Github. git add -f $FOLDER && \