From cecc33c75ac111e2ecd6213ad59820ee526cc308 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 3 Mar 2019 11:03:08 -0500 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.