-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Update default branch for Packit to 3.9-devel/release
- Loading branch information
1 parent
57f1382
commit 69fd01d
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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: | ||
|