remove forgejo test_env
This commit is contained in:
parent
7e75283801
commit
19d5c959f4
2 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue