diff options
author | Victor Shyba <victor1984@riseup.net> | 2017-11-21 16:18:01 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2017-11-22 08:23:59 -0200 |
commit | d5cb08f660fbb9172a19ce5cae4cf640f1ba07f1 (patch) | |
tree | bf86935e48aac59ebba71fbcc758f4406f5fde06 /.gitlab-ci.yml | |
parent | f429355952bf008f9fa768b5c7f6186de4238bd5 (diff) |
[bug] remove SOLEDAD_COUCH_URL test env
It was None for parallel tests and there is already a mechanism in place
for setting this URL, which avoids it being set in two different places.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d6a76012..2878d78c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,8 +63,6 @@ tests: image: 0xacab.org:4567/leap/soledad:latest services: - couchdb - variables: - SOLEDAD_COUCH_URL: http://couchdb:5984 script: - tox -- --couch-url http://couchdb:5984 |