diff --git a/deploy.sh b/deploy.sh index c7e020d6..f6cf5db4 100755 --- a/deploy.sh +++ b/deploy.sh @@ -5,7 +5,7 @@ for cmd in find xargs php git; do done -find . -name "*.php" -print0 | xargs -0 -n1 php -l +find . -name "*.php" -print0 | grep -v archive | xargs -0 -n1 php -l if [ $? -ne 0 ]; then echo "not deploying b0rken code ;)" exit 1