]> source.dussan.org Git - gitea.git/commit
Prepare and check test env during CI (#17725)
authorwxiaoguang <wxiaoguang@gmail.com>
Fri, 19 Nov 2021 05:58:34 +0000 (13:58 +0800)
committerGitHub <noreply@github.com>
Fri, 19 Nov 2021 05:58:34 +0000 (13:58 +0800)
commite4b95de38856fac845c21348971e3c5343ceac15
tree5702fc5ab5659f7fc48a66dd5e5f8e013df00c41
parent9361b65f542671457ed09c35ddde9d09ee06d136
Prepare and check test env during CI (#17725)

This PR should resolve the permission problems during CI, if the uid doesn't match, a more clear message is shown.

*  CI fails with unknown permission problems #17710

The new drone step dependencies:

(root)prepare-test-env -> (gitea)build -> (gitea)test
.drone.yml
build/test-env-check.sh [new file with mode: 0755]
build/test-env-prepare.sh [new file with mode: 0755]