packit: use custom command to get the current version

This commit is contained in:
Martin Sehnoutka 2021-06-22 13:47:24 +02:00 committed by Christian Kellner
parent 15ca4bf496
commit 4e7c63ce52

View file

@ -9,6 +9,9 @@ synced_files:
upstream_package_name: osbuild
downstream_package_name: osbuild
actions:
get-current-version: bash -c "git describe --tags --abbrev=0 | sed 's|v||'"
jobs:
- job: copr_build
trigger: pull_request