gitlab-ci: metadata_v0 test expects no config

This commit is contained in:
Hans-Christoph Steiner
2025-04-14 19:28:56 +02:00
committed by Michael Pöhn
parent 56338cd7d0
commit 004103357b

View File

@@ -67,6 +67,7 @@ metadata_v0:
- git checkout $RELEASE_COMMIT_ID
- cd ..
- git clone --depth 1 https://gitlab.com/fdroid/fdroiddata.git
- rm -f fdroiddata/config.yml # ignore config for this test
- cd fdroiddata
- ../tests/dump_internal_metadata_format.py
- cd ..