Update entrypoint.sh

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

View File

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