瀏覽代碼

Remove user switch in container due to CI permission issue.

Dan Helfman 5 年之前
父節點
當前提交
78aa4626fa
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      scripts/run-full-tests

+ 1 - 3
scripts/run-full-tests

@@ -14,6 +14,4 @@ python -m pip install --upgrade pip==19.3.1
 pip install tox==3.14.0
 pip install tox==3.14.0
 tox
 tox
 apk add --no-cache borgbackup postgresql-client mariadb-client
 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