diff options
author | 2018-06-05 22:50:50 +0200 | |
---|---|---|
committer | 2018-06-05 22:50:50 +0200 | |
commit | e485f8e44d2ec1664786d9cf87b1d43d7e926409 (patch) | |
tree | 952e1a34d2ff0d62050719f97f5f88ec2a260ed5 | |
parent | try a dedicated rabbitmq node (diff) |
try without dind
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 479855a..caae177 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,8 @@ image: pythondiscord/snekbox-ci:latest variables: DOCKER_DRIVER: overlay -services: - - docker:dind +#services: +# - docker:dind stages: - build |