@@ 9,10 9,6 @@ tasks:
- lint: |
cd pisk
perlcritic --verbose 8 --harsh pisk
- # Stop build unless running against a tag
- if ! git describe --exact-match --tags HEAD; then
- complete-build
- fi
- build-rpm: |
sudo dnf install -y rpmdevtools fedpkg
cd pisk/dist/rpm
@@ 23,6 19,10 @@ tasks:
sudo dnf install -y rpmlint
cd pisk/dist/rpm
rpmlint *.src.rpm *.rpm noarch/*.rpm
+ # Stop build unless running against a tag
+ if ! git describe --exact-match --tags HEAD; then
+ complete-build
+ fi
- copr-rebuild: |
sudo dnf install -y curl
curl -X POST $(cat ~/.copr-webhook)/pisk/