Changing eval?

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

View File

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