gitlab-ci: set metadata_v0 test to use 1.0.2 as the baseline

This commit is contained in:
Hans-Christoph Steiner 2018-02-23 22:48:44 +01:00
parent 0fa50ebcb2
commit 01a73071c7

View file

@ -16,7 +16,7 @@ test:
metadata_v0: metadata_v0:
image: registry.gitlab.com/fdroid/ci-images-server:latest image: registry.gitlab.com/fdroid/ci-images-server:latest
variables: variables:
RELEASE_COMMIT_ID: 6d69dcddd95fe08ffe431e305932cfdeafd6fc9d # 1.0.0 RELEASE_COMMIT_ID: 2f563f533b3571c80f7a09c6fbb453398658f723 # 1.0.2
script: script:
- git fetch https://gitlab.com/fdroid/fdroidserver $RELEASE_COMMIT_ID - git fetch https://gitlab.com/fdroid/fdroidserver $RELEASE_COMMIT_ID
- cd tests - cd tests