mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +03:00
gitlab-ci: fix syntax error
This commit is contained in:
parent
6816ef15dd
commit
c7762ad7d7
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ debian_testing:
|
||||||
- export LANG=C.UTF-8
|
- export LANG=C.UTF-8
|
||||||
- cd tests
|
- cd tests
|
||||||
- rm -f install.TestCase # fails frequently and is unimportant
|
- 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 '/android.permission.READ_EXTERNAL_STORAGE/d' tests/repo/index.xml
|
||||||
- sed -i '/^diff -uw .*index-v1.json$/d' tests/run-tests
|
- sed -i '/^diff -uw .*index-v1.json$/d' tests/run-tests
|
||||||
- ./run-tests
|
- ./run-tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue