From: Hans-Christoph Steiner Date: Thu, 14 Sep 2017 08:22:37 +0000 (+0200) Subject: gitlab-ci: ensure release tag is present for metadata_v0 tests X-Git-Tag: 0.9~80^2~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=30c0d5f4d58404ef72dc44b4ab2991a6a0bb0f72;p=fdroidserver.git 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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ce9064e..0b0a4d3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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