Update entrypoint.sh

This commit is contained in:
James Ives 2019-03-03 10:11:42 -05:00 committed by GitHub
parent 1df176a401
commit 92d38b983a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,6 @@ git push $GITHUB_REPOSITORY $BRANCH:$BRANCH && \
if [ -z "$BUILD_SCRIPT" ]
then
$BUILD_SCRIPT && \
fi
# Commits the data to Github.
git add -f $FOLDER &&