From 11dd42a3faed93f82f90af4ac26f652f3ad9b28e Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 4 Apr 2019 13:23:26 -0400 Subject: [PATCH] Remove one more sudo Unnecessary and broken since we run this step as nobody now --- .circleci/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/run-tests.sh b/.circleci/run-tests.sh index 09cf7c80a..018876009 100755 --- a/.circleci/run-tests.sh +++ b/.circleci/run-tests.sh @@ -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