Skip to content

Commit

Permalink
Adding github workspace var
Browse files Browse the repository at this point in the history
  • Loading branch information
marcieltorres committed Feb 18, 2024
1 parent f25a43a commit 6716f45
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,5 @@ generate-default-env-file:
@if [ ! -f .env ]; then cp env.template .env; fi;

generate-mo-files:
ls
msgfmt -o src/locales/en/LC_MESSAGES/base.mo src/locales/en/LC_MESSAGES/base.po
msgfmt -o src/locales/pt_BR/LC_MESSAGES/base.mo src/locales/pt_BR/LC_MESSAGES/base.po
msgfmt -o ${GITHUB_WORKSPACE}/src/locales/en/LC_MESSAGES/base.mo src/locales/en/LC_MESSAGES/base.po
msgfmt -o ${GITHUB_WORKSPACE}/src/locales/pt_BR/LC_MESSAGES/base.mo src/locales/pt_BR/LC_MESSAGES/base.po

0 comments on commit 6716f45

Please sign in to comment.