Merge pull request #4806 from aledbf/build

Add log to parallel command to dump logs in case of errors
This commit is contained in:
Kubernetes Prow Robot 2019-12-02 18:08:57 -08:00 committed by GitHub
commit 833d0e98a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 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 \ RUN clean-install \
bash \ bash \

View file

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