Revert "fix(ci): update.yml update-nightly.yml (#943)" (#948)

This reverts commit ec16f00179.
This commit is contained in:
lleyton
2024-02-18 02:50:13 -08:00
committed by GitHub
parent ec16f00179
commit 3ef3b3bcc3
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -38,7 +38,6 @@ jobs:
git config user.signingkey "${{ runner.temp }}/signing_key"
msg="bump(nightly): $(git status | grep modified | sed -r 's@.+/([^/]+)/[^/]+\n?@\1 @g' | tr -d '\n')"
git commit -S -a -m "$msg"
git push -u origin f39
copy_over () {
git format-patch HEAD^
git checkout $1
@@ -46,10 +45,10 @@ jobs:
rm *.patch
git add *
git commit -S -a -m "$msg"
git push -u origin $1
}
copy_over f37 || true
copy_over f38 || true
copy_over f40 || true
copy_over frawhide || true
git push -u origin --all
fi
+1 -2
View File
@@ -39,7 +39,6 @@ jobs:
git config user.signingkey "${{ runner.temp }}/signing_key"
msg="bump: $(git status | grep modified | sed -r 's@.+/([^/]+)/[^/]+\n?@\1 @g' | tr -d '\n')"
git commit -S -a -m "$msg"
git push -u origin f39
copy_over () {
git format-patch HEAD^
git checkout $1
@@ -47,10 +46,10 @@ jobs:
rm *.patch
git add *
git commit -S -a -m "$msg"
git push -u origin $1
}
copy_over f37 || true
copy_over f38 || true
copy_over f40 || true
copy_over frawhide || true
git push -u origin --all
fi