fix deployment script?

This commit is contained in:
Lukas Schauer 2021-12-24 13:53:23 +00:00 committed by Andreas Hubel
parent ca83b010d7
commit c2074e8a10

View file

@ -5,7 +5,7 @@ for cmd in find xargs php git; do
done done
find . -name "*.php" -print0 | grep -v archive | xargs -0 -n1 php -l find . -name "*.php" -print0 | grep -va archive | xargs -0 -n1 php -l
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "not deploying b0rken code ;)" echo "not deploying b0rken code ;)"
exit 1 exit 1