Skip to content

Commit

Permalink
ci: Update default branch for Packit to 3.9-devel/release
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Oct 27, 2023
1 parent 57f1382 commit 69fd01d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ actions:
- 'git config user.email "[email protected]"'
- 'git config user.name "Blivet CI"'
# merge the release branch to get correct version in spec
- 'git merge --ff origin/3.8-release'
- 'git merge --ff origin/3.9-release'
get-current-version:
- "python3 ./setup.py --version"
create-archive:
Expand All @@ -28,7 +28,7 @@ jobs:
trigger: commit
owner: "@storage"
project: blivet-daily
branch: 3.8-devel
branch: 3.9-devel
preserve_project: true

srpm_build_deps:
Expand Down

0 comments on commit 69fd01d

Please sign in to comment.