Add log to parallel command to dump logs in case of errors

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-11-27 22:01:50 -03:00
parent d523b4a96e
commit e7f63b450a
2 changed files with 2 additions and 2 deletions

View file

@ -84,4 +84,4 @@ echo "
make sub-push-amd64
make sub-push-arm
make sub-push-arm64
" | parallel {}
" | parallel --joblog /tmp/log {} || cat /tmp/log