From 2a904904587f57f5434c87010d5969835d5f69a3 Mon Sep 17 00:00:00 2001 From: Emanuele Aina <emanuele.aina@collabora.com> Date: Wed, 20 Oct 2021 23:28:17 +0200 Subject: [PATCH] gitlab-ci: Update test commit from glib-gio-fs After the Bullseye rebase the installed tests in `glib-gio-fs` changed location, so we need to checkout a commit recent enough that the `external-binaries.cfg` points to the right paths. Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c90f89b..4027914 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,4 +17,4 @@ test-glib-gio-fs: before_script: - git clone "${CI_SERVER_URL}/tests/$REPOSITORY.git/" "$REPOSITORY" - cd "$REPOSITORY" - - git checkout f86085845450 + - git checkout 829f401b -- GitLab