|
@@ -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}"
|