Update entrypoint.sh

This commit is contained in:
James Ives 2019-03-03 11:06:47 -05:00 committed by GitHub
parent cecc33c75a
commit 97d1e6986a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ git push $GITHUB_REPOSITORY $BRANCH:$BRANCH && \
# Builds the project if applicable. # Builds the project if applicable.
if [ -z "$BUILD_SCRIPT" ] if [ -z "$BUILD_SCRIPT" ]
then then
eval $BUILD_SCRIPT eval "$BUILD_SCRIPT"
fi fi
# Commits the data to Github. # Commits the data to Github.