14 lines
353 B
Plaintext
14 lines
353 B
Plaintext
discover:
|
|
how: fmf
|
|
prepare:
|
|
- name: install git-core
|
|
how: install
|
|
package: [git-core]
|
|
- name: clone pyproject tests
|
|
how: shell
|
|
script: |
|
|
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
|