Remove user switch in container due to CI permission issue.

This commit is contained in:
Dan Helfman 2019-12-11 16:58:08 -08:00
parent d2df224da8
commit 78aa4626fa
1 changed files with 1 additions and 3 deletions

View File

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