File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ CONFIG=/tmp/python-gitlab.cfg
5656cleanup () {
5757 rm -f " ${CONFIG} "
5858 log " Stopping gitlab-test docker container..."
59- docker stop gitlab-test > /dev/null 2>&1 &
59+ docker stop gitlab-test > /dev/null &
6060 docker_stop_pid=$!
6161 log " Waiting for gitlab-test docker container to exit..."
62- docker wait gitlab-test > /dev/null 2>&1
62+ docker wait gitlab-test > /dev/null
6363 wait " ${docker_stop_pid} "
6464 log " Removing gitlab-test docker container..."
65- docker rm gitlab-test > /dev/null 2>&1
65+ docker rm gitlab-test > /dev/null
6666 log " Deactivating Python virtualenv..."
6767 command -v deactivate > /dev/null 2>&1 && deactivate || true
6868 log " Deleting python virtualenv..."
@@ -75,7 +75,7 @@ cleanup() {
7575}
7676
7777try docker run --name gitlab-test --detach --publish 8080:80 \
78- --publish 2222:22 gpocentek/test-python-gitlab:latest > /dev/null 2>&1
78+ --publish 2222:22 gpocentek/test-python-gitlab:latest > /dev/null
7979
8080LOGIN=' root'
8181PASSWORD=' 5iveL!fe'
You can’t perform that action at this time.
0 commit comments