From ca50fdc61d0f02bfcb829a4d3343e4e04d030ba0 Mon Sep 17 00:00:00 2001 From: Deborah Kaplan Date: Mon, 15 Dec 2025 22:23:37 +0000 Subject: [PATCH] feat: switch to using forked translations we should use our fork of openedx translations. not bothering to parameterize this because ec2 is not long for this world. FIXES: AU-2734 --- playbooks/roles/edxapp/tasks/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/roles/edxapp/tasks/deploy.yml b/playbooks/roles/edxapp/tasks/deploy.yml index 4b74f89c9..7e1fd88d7 100644 --- a/playbooks/roles/edxapp/tasks/deploy.yml +++ b/playbooks/roles/edxapp/tasks/deploy.yml @@ -207,6 +207,7 @@ - name: "Pull translations using Atlas" shell: | source "{{ edxapp_venv_dir }}/bin/activate" + export ATLAS_OPTIONS="--repository=edx/openedx-translations --revision=main" make pull_translations args: executable: /usr/bin/bash