remove the "start only if modified" check in post-receive hook, the times where i don't want it to restart are very few

This commit is contained in:
Matthew Connelly 2015-11-16 00:05:39 +00:00
parent 4b6a3757e3
commit 326f367786
1 changed files with 0 additions and 1 deletions

View File

@ -5,5 +5,4 @@ START_OPTS="--workers 1"; export START_OPTS
git --git-dir $BASE/$APP/.git --work-tree $BASE/$APP pull
git --git-dir $BASE/$APP.mirror.git fetch
git --git-dir $BASE/$APP.mirror.git push
[ ! -z "$(find $BASE/$APP -type d -name .git -prune -o -type f -mmin -1 -print|egrep '(p(ost|age)s/|lib$)')" ] || exit
echo "Restarting $APP"; $BASE/$APP/start