Skip to content

Commit

Permalink
Get current version from spec instead of from git for COPR builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kontura committed Mar 5, 2024
1 parent f45ed6e commit a007019
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
trigger: pull_request
targets:
- fedora-all
actions:
get-current-version:
- bash -c 'rpmspec -q --queryformat "%{VERSION}\n" dnf5.spec | head -n1'
- job: tests
trigger: pull_request
identifier: "dnf5-tests"
Expand Down

0 comments on commit a007019

Please sign in to comment.