Merge pull request 'lib: reduce GitLab noise' (#267) from limiting-factor/end-to-end:wip-noise into main

Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/267
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
This commit is contained in:
earl-warren 2024-09-02 10:20:13 +00:00
commit 26eefbf61b

View file

@ -217,7 +217,7 @@ function start_gitlab() {
}
function stop_gitlab() {
docker rm -f test-gitlab
docker rm -f test-gitlab >&/dev/null
}
function stop_forgejo() {