chiark / gitweb /
CI: remove debug ls
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 13 Jun 2016 18:44:52 +0000 (19:44 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 13 Jun 2016 18:44:52 +0000 (19:44 +0100)
.gitlab-ci.yml

index 1128b64095fd48a80c903da7b4617a9c94c3baf6..6cf61769208913447daaee8ad678056bf9836fa0 100644 (file)
@@ -2,7 +2,6 @@ image: mvdan/fdroid-ci:server-20160429
 
 test:
   script:
-    - ls -l /usr/lib/python3*
     - mkdir -p /usr/lib/python3.4/site-packages/
     - pip3 install -e .
     - cd tests