mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 22:07:51 +00:00
Remove one more sudo
Unnecessary and broken since we run this step as nobody now
This commit is contained in:
parent
679893d541
commit
11dd42a3fa
@ -28,7 +28,7 @@ if [ -n "${ARTIFACTS}" ]; then
|
||||
# case where we expect not to end up here.
|
||||
|
||||
# Make sure we can actually write things to this directory.
|
||||
sudo --user nobody mkdir -p "${ARTIFACTS}"
|
||||
mkdir -p "${ARTIFACTS}"
|
||||
|
||||
SUBUNIT2="${ARTIFACTS}"/results.subunit2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user