Skip to content

Commit

Permalink
build: Remove pull translations action and make target
Browse files Browse the repository at this point in the history
Since these steps are moved to image build we don't need them at this point.
  • Loading branch information
bmtcril committed Aug 23, 2024
1 parent fd6cc2c commit 0b0dad1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7,362 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/pull-translations.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@ release-push:
git push origin $(TAG)

###### Additional commands
pull_translations: translation-requirements
atlas pull -g $(OPENEDX_ATLAS_ARGS) translations/tutor-contrib-aspects/tutoraspects/*:tutoraspects/templates/

@echo "Translations have been pulled via Atlas."
python tutoraspects/translations/translate.py . compile

extract_translations: translation-requirements
python tutoraspects/translations/translate.py . extract

Expand Down
Loading

0 comments on commit 0b0dad1

Please sign in to comment.