From: Hans-Christoph Steiner Date: Fri, 29 Dec 2017 14:34:57 +0000 (+0100) Subject: gitlab-ci: fix syntax error X-Git-Tag: 1.0.0~7 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c7762ad7d790e7235ba70fcd5442000d4e4d4410;p=fdroidserver.git gitlab-ci: fix syntax error --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e15ff64c..381df670 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,7 +43,7 @@ debian_testing: - export LANG=C.UTF-8 - cd tests - rm -f install.TestCase # fails frequently and is unimportant - - # Debian's build-tools is too old, remove once the package has been updated + - echo "Debian's build-tools is too old, remove once the package has been updated" - sed -i '/android.permission.READ_EXTERNAL_STORAGE/d' tests/repo/index.xml - sed -i '/^diff -uw .*index-v1.json$/d' tests/run-tests - ./run-tests