chiark / gitweb /
gitlab-ci: and one last stoopid error in debian_testing target
authorHans-Christoph Steiner <hans@eds.org>
Fri, 29 Dec 2017 14:49:20 +0000 (15:49 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Fri, 29 Dec 2017 15:06:45 +0000 (16:06 +0100)
.gitlab-ci.yml

index 381df6708e2c3cc731ed4a61dc371163124a077d..afe030592b7992a49df05c0d6f68b8f242f5a358 100644 (file)
@@ -44,8 +44,8 @@ debian_testing:
     - cd tests
     - rm -f install.TestCase  # fails frequently and is unimportant
     - 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
+    - sed -i '/android.permission.READ_EXTERNAL_STORAGE/d' repo/index.xml
+    - sed -i '/^diff -uw .*index-v1.json$/d' run-tests
     - ./run-tests
 
 ubuntu_lts: