Skip to content

Commit

Permalink
Maintenance: Disable translation catalog checks for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvuckovic committed Mar 25, 2024
1 parent 8838d55 commit 1fa41f6
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,17 @@ jobs:
echo "$COMMENTS"
fi
- name: Check Translation Sources
shell: bash -eux {0}
run: |
if [[ -d "locale" ]]; then
make gettext
if git status --short | grep " M locale/"; then
echo "::error title=Translation sources are out-of-date!::Please update translation sources with 'make gettext' command..."
exit 1
fi
fi
# TODO: Check why the CI incorrectly flags translation catalog as out-of-date and then re-enable this step.
# - name: Check Translation Sources
# shell: bash -eux {0}
# run: |
# if [[ -d "locale" ]]; then
# make gettext
# if git status --short | grep " M locale/"; then
# echo "::error title=Translation sources are out-of-date!::Please update translation sources with 'make gettext' command..."
# exit 1
# fi
# fi

- name: Modify Configuration
shell: bash -eux {0}
Expand Down

0 comments on commit 1fa41f6

Please sign in to comment.