Remove one more sudo

Unnecessary and broken since we run this step as nobody now
This commit is contained in:
Jean-Paul Calderone 2019-04-04 13:23:26 -04:00
parent 679893d541
commit 11dd42a3fa

View File

@ -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