Update entrypoint.sh

This commit is contained in:
James Ives 2019-03-03 11:16:36 -05:00 committed by GitHub
parent b4173ea00f
commit edd3435c13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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