Skip to content

Commit c72aac2

Browse files
committed
tryto get exit status right -- test if 'git commit' is the problem
1 parent 952b0c3 commit c72aac2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
git fetch l10n
2424
git reset l10n/stable addon/doc addon/locale
2525
# git commit -m "Update translations"
26-
# git pull
27-
# git push
28-
echo done # 'push' exits with '1' for some reason, so force proper exit
26+
git pull
27+
git push
28+
echo done # 'commit' exits with '1' for some reason, so force proper exit
2929
3030
zip-rules:
3131
name: zip up the rules directory

0 commit comments

Comments
 (0)