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

@ -1,6 +1,6 @@
FROM quay.io/kubernetes-ingress-controller/debian-base-amd64:0.1
ENV TERRAFORM_VERSION 0.12.9
ENV TERRAFORM_VERSION 0.12.16
RUN clean-install \
bash \

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