diff --git a/entrypoint.sh b/entrypoint.sh index faabf532..cd4257d8 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -27,7 +27,7 @@ git push $GITHUB_REPOSITORY $BRANCH:$BRANCH && \ # Builds the project if applicable. if [ -z "$BUILD_SCRIPT" ] then - $BUILD_SCRIPT + eval $BUILD_SCRIPT fi # Commits the data to Github.