1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

gitlab-ci: ensure release tag is present for metadata_v0 tests

Forks won't necessarily have all the tags, so this ensures that they are
present.
This commit is contained in:
Hans-Christoph Steiner 2017-09-14 10:22:37 +02:00
parent 9cb074cb08
commit 30c0d5f4d5

View File

@ -6,10 +6,12 @@ test:
- cd tests
- ./complete-ci-tests
# Test that the parsing of the .txt format didn't change
# from last released version.
# Test that the parsing of the .txt format didn't change from last
# released version. Ensure that the official tags are included when
# running these tests on forks as well.
metadata_v0:
script:
- git fetch https://gitlab.com/fdroid/fdroidserver 0.8
- cd tests
- export GITCOMMIT=`git describe`
- git checkout 0.8 # bump after release