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:
parent
4df9a89f4e
commit
1f2f98fb21
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