summaryrefslogtreecommitdiff
path: root/.ci-make.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci-make.sh')
-rwxr-xr-x.ci-make.sh6
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