chiark / gitweb /
gitlab-ci: remove hacks need to support Debian/jessie
authorHans-Christoph Steiner <hans@eds.org>
Tue, 4 Jul 2017 12:53:21 +0000 (14:53 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 4 Jul 2017 12:53:21 +0000 (14:53 +0200)
.gitlab-ci.yml

index 361c196c511732550282cf79693ea47b41784b3f..c14f4c24d211253155d6888a10950afc1c5a6b48 100644 (file)
@@ -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