From a2c3f4b943d80eaf0c3e41ba10e491c7ef2f5854 Mon Sep 17 00:00:00 2001 From: James Ives Date: Mon, 4 Mar 2019 08:39:18 -0500 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 17bd4b80..75f86d56 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -62,8 +62,8 @@ REPOSITORY_PATH="https://${ACCESS_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" && # Builds the project if a build script is provided. -echo "Running build scripts... $BUILD_SCRIPT" -eval "$BUILD_SCRIPT" +echo "Running build scripts... $BUILD_SCRIPT" && \ +eval "$BUILD_SCRIPT" && \ # Commits the data to Github. echo "Deploying to GitHub..." && \