From 78d694b8628823a7f06263fbdd6c8e7fd83b3512 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 3 Mar 2019 11:21:41 -0500 Subject: [PATCH] Changing checkout --- entrypoint.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 1146ea12..2ab6a2d9 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -22,10 +22,9 @@ cd $GITHUB_WORKSPACE && \ git config --global user.email "${COMMIT_EMAIL:-gh-pages-deploy@jives.dev}" && \ git config --global user.name "${COMMIT_NAME:-Github Pages Deploy}" && \ git checkout "${BASE_BRANCH:-master}" && \ -git push $GITHUB_REPOSITORY $BRANCH:$BRANCH && \ # Builds the project if applicable. -echo "This is now running $BUILD_SCRIPT" +echo "Running build scripts... $BUILD_SCRIPT" eval "$BUILD_SCRIPT" # Commits the data to Github.