Uncomment the exit

This commit is contained in:
Alfred Xing 2014-07-15 17:02:11 -07:00
parent 27f307b428
commit 51c7757543
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# Check if any site files have changed
if [[ $(git diff --name-only origin $(git log --pretty=format:"%h" -2 | tail -1) | grep '^/site') == "" ]]; then
echo "No site files changed"
# exit 0
exit 0
fi
# Site files have been changed, continue