From 78aa4626fab000ecb48a8c7a75324db38c36ff00 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 11 Dec 2019 16:58:08 -0800 Subject: [PATCH] Remove user switch in container due to CI permission issue. --- scripts/run-full-tests | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/run-full-tests b/scripts/run-full-tests index 6afea0002..a88b4a454 100755 --- a/scripts/run-full-tests +++ b/scripts/run-full-tests @@ -14,6 +14,4 @@ python -m pip install --upgrade pip==19.3.1 pip install tox==3.14.0 tox apk add --no-cache borgbackup postgresql-client mariadb-client -working_directory="$PWD" -adduser --disabled-password tests -su - tests -c "cd $working_directory && tox --workdir /tmp -e end-to-end" +tox --workdir /tmp -e end-to-end