commit | 3bba8fbce9ab140cb969525ba6f37e27b5c32275 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Dec 13 15:07:49 2018 -0800 |
committer | William A. Kennington III <wak@google.com> | Thu Jan 10 19:30:36 2019 +0000 |
tree | 9373487f893af7be4915750f262305b4c0a741db | |
parent | b0a86db1aa6f9cbaf402e70e62bcd1e50d996414 [diff] |
build-unit-test-docker: Fix sudo umask We don't want our install invocations to generate files that the user is unable to modify. Setting the umask to 000 means that any files created during our sudo invocations will be user modifiable. Change-Id: Ibb452995037116b4e9df13d85db746c198fece0c Signed-off-by: William A. Kennington III <wak@google.com>
Build script for CI jobs in Jenkins.