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:
commit
26eefbf61b
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue