Skip to content

Commit

Permalink
ci: Add custom function to get version for Packit builds
Browse files Browse the repository at this point in the history
Default for packit is the latest tag, but we want to use the
"next" version we already have set.
  • Loading branch information
vojtechtrefny committed Aug 10, 2023
1 parent a82b301 commit ee03d79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ actions:
- 'make'
- 'make dist'
- 'bash -c "ls *.tar*"'
get-current-version:
- 'bash -c "./configure --version | head -n1 | cut -f3 -d\" \""'

jobs:
- job: copr_build
Expand Down

0 comments on commit ee03d79

Please sign in to comment.