From b29fcde16bcfd7311d35ff409da37970e41adcf8 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 4 Jul 2017 14:53:21 +0200 Subject: [PATCH] gitlab-ci: remove hacks need to support Debian/jessie --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.30.2