From c2074e8a1099b53ae675434c4903527fa0f5d5e3 Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Fri, 24 Dec 2021 13:53:23 +0000 Subject: [PATCH] fix deployment script? --- deploy-staging.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-staging.sh b/deploy-staging.sh index acae69f6..e68e91c4 100755 --- a/deploy-staging.sh +++ b/deploy-staging.sh @@ -5,7 +5,7 @@ for cmd in find xargs php git; do 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 echo "not deploying b0rken code ;)" exit 1