From 991a3028ecc648bc4051ba5ab5769fe02e40b46a Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 3 Mar 2019 11:11:45 -0500 Subject: [PATCH] Changing eval? --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 06398ec0..cf82bfcb 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -25,7 +25,7 @@ git checkout master && \ git push $GITHUB_REPOSITORY $BRANCH:$BRANCH && \ # Builds the project if applicable. -eval "$BUILD_SCRIPT" && \ +eval $BUILD_SCRIPT && \ # Commits the data to Github. git add -f $FOLDER && \