Set max_args in call to xargs

Hopefully fixes #1140
This commit is contained in:
Jordan Brown
2020-11-08 22:34:19 -05:00
parent 51dc54a896
commit b6cab4e94b
+1 -1
View File
@@ -91,7 +91,7 @@ jobs:
pushd $HOME/tgsdox
rm -r *
popd
echo ./doxout/* | xargs sudo mv -t $HOME/tgsdox
echo ./doxout/* | xargs -n 10 sudo mv -t $HOME/tgsdox
cd $HOME/tgsdox
git config --global push.default simple
git config user.name "tgstation-server"