diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-11-25 17:37:24 -0700 |
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-11-25 17:37:24 -0700 |
| commit | 19d5c959f413c20890ec4aba3fb0068a6fb72d0a (patch) | |
| tree | 4496254772748070db823f882c599f301eb7bf4d /.ci-make.sh | |
| parent | 7e75283801bced3535dd5f1e3c7027f872433364 (diff) | |
remove forgejo test_env
Diffstat (limited to '.ci-make.sh')
| -rwxr-xr-x | .ci-make.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.ci-make.sh b/.ci-make.sh index 1c35250..77a3edf 100755 --- a/.ci-make.sh +++ b/.ci-make.sh @@ -142,5 +142,11 @@ case "$1" in killall forgejo exit $? ;; + "forgejo-test-deps") + apt update + apt install --no-install-recommends -y git-lfs + adduser --quiet --comment forgejo --disabled-password forgejo + chown -R forgejo:forgejo . + ;; esac |
