Try to switch to the proper branch
This commit is contained in:
parent
189187aa0a
commit
32e41ddd22
@ -10,8 +10,7 @@
|
||||
tests:
|
||||
- mockbuild_cryptography:
|
||||
dir: pyproject-rpm-macros/tests
|
||||
# note: this always builds from the rawhide branch, no idea how to reference the target branch of the test
|
||||
run: fedpkg clone -a python-cryptography && cd python-cryptography && fedpkg sources && ../mocktest.sh python-cryptography
|
||||
run: fedpkg clone -a python-cryptography && cd python-cryptography && (git switch f$(rpm -q --qf '%{VERSION}' fedora-release-common) || :) && fedpkg sources && ../mocktest.sh python-cryptography
|
||||
required_packages:
|
||||
- fedpkg
|
||||
- mock
|
||||
|
Loading…
Reference in New Issue
Block a user