Revert "Maybe fix deploy.sh"

This reverts commit c6c8560861.
This commit is contained in:
mcarton 2016-07-19 23:08:41 +02:00
parent 8587bbe922
commit e3559ec4fc

3
.github/deploy.sh vendored
View File

@ -55,8 +55,7 @@ cd out
git config user.name "Travis CI" git config user.name "Travis CI"
git config user.email "travis@ci.invalid" git config user.email "travis@ci.invalid"
git diff --exit-code if [ -z "$(git diff --exit-code)" ]; then
if [ $? != 1 ]; then
echo "No changes to the output on this push; exiting." echo "No changes to the output on this push; exiting."
exit 0 exit 0
fi fi