From 94704f031594681ee7f0c87cade4d15360055e9d Mon Sep 17 00:00:00 2001 From: crystal Date: Sun, 2 Jul 2023 23:27:42 -0600 Subject: [PATCH] fix repo test --- .ci-make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci-make.sh b/.ci-make.sh index 83b1de3..e20e74f 100755 --- a/.ci-make.sh +++ b/.ci-make.sh @@ -125,7 +125,7 @@ case "$1" in apt install "$3" sudo -u forgejo USER=forgejo \ HOME=/var/lib/forgejo GITEA_WORK_DIR=/var/lib/forgejo \ - forgejo --web --config /etc/fogejo/app.ini & + forgejo web --config /etc/fogejo/app.ini & sleep 10 curl http://localhost:3000/ exit $?