@@ -17,11 +17,6 @@ if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remot
fi
echo"waiting for user to hit ENTER"
whileread answer;do
if[ -z "$answer"];then
break
fi
for siteconf in /etc/nginx/sites-available/* ;do
echo$siteconf
done
echo'yes'
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.