Fix Fedora repo update

This commit is contained in:
Maximilian Luz 2020-02-18 03:01:34 +01:00
parent 69eb066530
commit b78eee47f6
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02
2 changed files with 2 additions and 2 deletions

View file

@ -103,7 +103,7 @@ jobs:
# commit and push
update_branch="${BRANCH_STAGING}-$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)"
git switch -c "${update_branch}"
git checkout -b "${update_branch}"
git add .
git commit -m "Update Fedora 30 kernel"
git push --set-upstream origin "${update_branch}"

View file

@ -103,7 +103,7 @@ jobs:
# commit and push
update_branch="${BRANCH_STAGING}-$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)"
git switch -c "${update_branch}"
git checkout -b "${update_branch}"
git add .
git commit -m "Update Fedora 31 kernel"
git push --set-upstream origin "${update_branch}"