Skip to content

Commit

Permalink
enable diff check again
Browse files Browse the repository at this point in the history
  • Loading branch information
peuter committed Mar 5, 2017
1 parent 6bf6e74 commit 2e36991
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utils/travis/deploy.sh
Expand Up @@ -63,10 +63,10 @@ git config user.email "$COMMIT_AUTHOR_EMAIL"

echo "checking diff"
# If there are no changes to the compiled out (e.g. this is a README update) then just bail.
#if [ -z `git diff --exit-code` ]; then
# echo "No changes to the output on this push; exiting."
# exit 0
#fi
if [ -z `git diff --exit-code` ]; then
echo "No changes to the output on this push; exiting."
exit 0
fi

# Commit the "changes", i.e. the new version.
# The delta will show diffs between new and old versions.
Expand Down

0 comments on commit 2e36991

Please sign in to comment.