Add log to parallel command to dump logs in case of errors
This commit is contained in:
parent
d523b4a96e
commit
e7f63b450a
2 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue