mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03: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:
parent
9cb074cb08
commit
30c0d5f4d5
1 changed files with 4 additions and 2 deletions
|
@ -6,10 +6,12 @@ test:
|
||||||
- cd tests
|
- cd tests
|
||||||
- ./complete-ci-tests
|
- ./complete-ci-tests
|
||||||
|
|
||||||
# Test that the parsing of the .txt format didn't change
|
# Test that the parsing of the .txt format didn't change from last
|
||||||
# from last released version.
|
# released version. Ensure that the official tags are included when
|
||||||
|
# running these tests on forks as well.
|
||||||
metadata_v0:
|
metadata_v0:
|
||||||
script:
|
script:
|
||||||
|
- git fetch https://gitlab.com/fdroid/fdroidserver 0.8
|
||||||
- cd tests
|
- cd tests
|
||||||
- export GITCOMMIT=`git describe`
|
- export GITCOMMIT=`git describe`
|
||||||
- git checkout 0.8 # bump after release
|
- git checkout 0.8 # bump after release
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue