commit | f688464cf204dc05608a16fb64af508f192f9f70 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Mar 29 15:19:20 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Mar 29 15:27:13 2019 -0700 |
tree | 158d04d58088ccd0c53c0789a8e714d8140def00 | |
parent | 1aed12581897425d87a2664396f888c6de246e34 [diff] |
build-unit-test-docker: Fix permissions Using --create-dirs on curl makes directories with 0750 permissions. This prevents our builder from reading the file inside the directory. Create it with `mkdir` instead so that we end up with the correct permissions. Change-Id: If871d614a05fff6d1198c6e0de3ba76b48a02da0 Signed-off-by: William A. Kennington III <wak@google.com>
Build script for CI jobs in Jenkins.