Update entrypoint.sh

This commit is contained in:
James Ives 2019-03-04 08:39:18 -05:00
parent 448be22c60
commit a2c3f4b943

View File

@ -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..." && \