mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
do not check archived configs
This commit is contained in:
parent
a0e8a49bef
commit
9a8263dbef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue