Update entrypoint.sh

This commit is contained in:
James Ives 2019-03-03 11:03:08 -05:00 committed by GitHub
parent 18e4bac317
commit cecc33c75a
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.
if [ -z "$BUILD_SCRIPT" ]
then
$BUILD_SCRIPT
eval $BUILD_SCRIPT
fi
# Commits the data to Github.