lib: reduce GitLab noise

The absence of the test-gitlab container will display

Error response from daemon: No such container: test-gitlab

which can be mistaken as an actual error where in fact it should be
ignored.
This commit is contained in:
limiting-factor 2024-09-02 11:45:26 +02:00
parent 4df9a89f4e
commit 1f2f98fb21

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() {