From 21b0a6b4636ed26b16c0a5a45d4e41125054eb95 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 15 Dec 2020 08:49:28 +0100 Subject: [PATCH] gitlab-ci: update metadata_v0 test for parsing change `Builds:` is directly in the .yml metadata, and the internal representation now uses the same "Builds" name. Reading in .txt metadata files used the name "builds" for that. So this test now uses "Builds" as canonical. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b679c7b..d6b95c3b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ metadata_v0: image: registry.gitlab.com/fdroid/ci-images-base variables: GIT_DEPTH: 1000 - RELEASE_COMMIT_ID: 37f37ebd88e79ebe93239b72ed5503d5bde13f4b # 2.0a~ + RELEASE_COMMIT_ID: 37c95f59a17d86723fdb71e984121726db777f32 # 2.0a5~ script: - git fetch https://gitlab.com/fdroid/fdroidserver.git $RELEASE_COMMIT_ID - cd tests