summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2020-07-12 13:59:35 -0400
committerCole Robinson <crobinso@redhat.com>2020-07-12 14:04:10 -0400
commitf2f28220901e898cade515328f7aadadfddd6c3e (patch)
tree1cfaff62e3b8f2d3957723703835f01e05efac75
parent4ac7a1fac21329cf5cb8b7842b8a40eb8a1e19d2 (diff)
downloadvirt-manager-f2f28220901e898cade515328f7aadadfddd6c3e.tar.gz
ci: Commit extracted messages after rebase
Otherwise rebase fails because state is dirty Signed-off-by: Cole Robinson <crobinso@redhat.com>
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9880da93..b0c7c266 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,10 +28,7 @@ jobs:
# branch updating
fetch-depth: 0
- - name: Extract messages
- run: ./setup.py extract_messages
-
- - name: Push to translations branch
+ - name: Extract messages and push to translations branch
run: |
git config --global user.email "actions@github.com"
git config --global user.name "Github Actions"
@@ -39,6 +36,7 @@ jobs:
git fetch --all
git rebase remotes/origin/translations
+ ./setup.py extract_messages
git commit po/virt-manager.pot \
--message "Refresh translation .pot template"