From: Hans-Christoph Steiner Date: Tue, 4 Jul 2017 12:53:21 +0000 (+0200) Subject: gitlab-ci: remove hacks need to support Debian/jessie X-Git-Tag: 0.8~23 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b29fcde16bcfd7311d35ff409da37970e41adcf8;p=fdroidserver.git gitlab-ci: remove hacks need to support Debian/jessie --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 361c196c..c14f4c24 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,10 +2,6 @@ image: registry.gitlab.com/fdroid/ci-images-server:latest test: script: - - apt-get -qq update && apt-get -y dist-upgrade - - mkdir -p /usr/lib/python3.4/site-packages/ - # workaround https://github.com/pypa/setuptools/issues/937 - - pip3 install setuptools==33.1.1 - pip3 install -e . - cd tests - ./complete-ci-tests