summaryrefslogtreecommitdiff
path: root/tools/build_test_env.sh
diff options
context:
space:
mode:
authorMax Wittig <max.wittig95@gmail.com>2019-06-10 19:09:18 +0200
committerMax Wittig <max.wittig95@gmail.com>2019-06-10 20:09:41 +0200
commit7040b4c207975f9a4ad3ea7d14d4c8c57e901188 (patch)
treee07dec83fa696eab71fbe3941327e05feb2f960d /tools/build_test_env.sh
parente45a6e2618db30834f732c5a7bc9f1c038c45c31 (diff)
downloadgitlab-chore/fix-ci-travis.tar.gz
chore(ci): fix travis testschore/fix-ci-travis
Diffstat (limited to 'tools/build_test_env.sh')
-rwxr-xr-xtools/build_test_env.sh3
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" "$@"; }