CI: Clone pyproject-rpm-macros tests from Centos Stream repo

This commit is contained in:
Karolina Surma 2024-07-31 16:11:36 +02:00
parent e0e10bf10c
commit 4c0aa2433b

View File

@ -7,7 +7,7 @@ prepare:
- name: clone pyproject tests - name: clone pyproject tests
how: shell how: shell
script: | 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 cd pyproject-rpm-macros && mv tests $TMT_PLAN_DATA
execute: execute:
how: tmt how: tmt