mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix(ci): update again
This commit is contained in:
@@ -40,7 +40,9 @@ jobs:
|
||||
git commit -S -a -m "$msg"
|
||||
git format-patch HEAD^
|
||||
git checkout f38
|
||||
git apply *.patch
|
||||
for file in *.patch; do
|
||||
git apply $file || true
|
||||
done
|
||||
rm *.patch
|
||||
git commit -S -a -m "$msg"
|
||||
git push -u origin f38
|
||||
|
||||
@@ -41,7 +41,9 @@ jobs:
|
||||
git commit -S -a -m "$msg"
|
||||
git format-patch HEAD^
|
||||
git checkout f38
|
||||
git apply *.patch
|
||||
for file in *.patch; do
|
||||
git apply $file || true
|
||||
done
|
||||
rm *.patch
|
||||
git commit -S -a -m "$msg"
|
||||
git push -u origin f38
|
||||
|
||||
Reference in New Issue
Block a user