diff options
Diffstat (limited to 'tools/build_test_env.sh')
-rwxr-xr-x | tools/build_test_env.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/build_test_env.sh b/tools/build_test_env.sh index 3185f72..29c16be 100755 --- a/tools/build_test_env.sh +++ b/tools/build_test_env.sh @@ -76,9 +76,6 @@ cleanup() { trap 'exit 1' HUP INT TERM } -try docker run --name gitlab-test --detach --publish 8080:80 \ - --publish 2222:22 pythongitlab/test-python-gitlab:latest >/dev/null - LOGIN='root' PASSWORD='5iveL!fe' GITLAB() { gitlab --config-file "$CONFIG" "$@"; } |