Skip to content

Commit

Permalink
Merge pull request #4806 from aledbf/build
Browse files Browse the repository at this point in the history
Add log to parallel command to dump logs in case of errors
  • Loading branch information
k8s-ci-robot authored Dec 3, 2019
2 parents fd9e2b2 + e7f63b4 commit 833d0e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/images/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion build/images/nginx/build-nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 833d0e9

Please sign in to comment.