Skip to content

Commit

Permalink
GHA doesn't have git anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Mar 13, 2024
1 parent 57fb2be commit 157441b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions warehouse/locale/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ build-mos: compile-pot

translations: compile-pot
ifneq ($(GITHUB_ACTIONS), false)
cd ../../; \
git diff --quiet ./warehouse/locale/messages.pot || (echo "There are outstanding translations, run 'make translations' and commit the changes."; exit 1)
echo "There are outstanding translations, run 'make translations' and commit the changes."; exit 1
else
endif

Expand Down

0 comments on commit 157441b

Please sign in to comment.