From 4c0aa2433bdec9706155dd3a5a0f5a4411ce7167 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Wed, 31 Jul 2024 16:11:36 +0200 Subject: [PATCH] CI: Clone pyproject-rpm-macros tests from Centos Stream repo --- plan.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plan.fmf b/plan.fmf index 9f76e68..bc68b57 100644 --- a/plan.fmf +++ b/plan.fmf @@ -7,7 +7,7 @@ prepare: - name: clone pyproject tests how: shell script: | - git clone https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git --depth=1 && + git clone https://gitlab.com/redhat/centos-stream/rpms/pyproject-rpm-macros.git --depth=1 --branch c10s && cd pyproject-rpm-macros && mv tests $TMT_PLAN_DATA execute: how: tmt