mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
ci: Commit extracted messages after rebase
Otherwise rebase fails because state is dirty Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
4ac7a1fac2
commit
f2f2822090
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -28,10 +28,7 @@ jobs:
|
|||||||
# branch updating
|
# branch updating
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Extract messages
|
- name: Extract messages and push to translations branch
|
||||||
run: ./setup.py extract_messages
|
|
||||||
|
|
||||||
- name: Push to translations branch
|
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "actions@github.com"
|
git config --global user.email "actions@github.com"
|
||||||
git config --global user.name "Github Actions"
|
git config --global user.name "Github Actions"
|
||||||
@ -39,6 +36,7 @@ jobs:
|
|||||||
git fetch --all
|
git fetch --all
|
||||||
git rebase remotes/origin/translations
|
git rebase remotes/origin/translations
|
||||||
|
|
||||||
|
./setup.py extract_messages
|
||||||
git commit po/virt-manager.pot \
|
git commit po/virt-manager.pot \
|
||||||
--message "Refresh translation .pot template"
|
--message "Refresh translation .pot template"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user