Skip to content

Commit

Permalink
fix: added assets requirement file among pipeline reqs (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi authored Jan 3, 2025
1 parent 750d42a commit 9a148c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion playbooks/roles/edxapp/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ EDXAPP_COMPLETION_AGGREGATOR_URL: null
edxapp_data_dir: "{{ COMMON_DATA_DIR }}/edxapp"
edxapp_app_dir: "{{ COMMON_APP_DIR }}/edxapp"
edxapp_log_dir: "{{ COMMON_LOG_DIR }}/edx"
edxapp_gunicorn_log_dir:
edxapp_gunicorn_log_dir:
- "{{ COMMON_LOG_DIR }}/gunicorn-lms"
- "{{ COMMON_LOG_DIR }}/gunicorn-cms"
edxapp_venvs_dir: "{{ edxapp_app_dir }}/venvs"
Expand Down Expand Up @@ -1765,6 +1765,7 @@ custom_requirements_file: "{{ edxapp_code_dir }}/requirements/edx/custom.txt"
base_requirements_file: "{{ edxapp_code_dir }}/requirements/edx/base.txt"
django_requirements_file: "{{ edxapp_code_dir }}/requirements/edx/django.txt"
openstack_requirements_file: "{{ edxapp_code_dir }}/requirements/edx/openstack.txt"
assets_requirements_file: "{{ edxapp_code_dir }}/requirements/edx/assets.txt"

sandbox_base_requirements: "{{ edxapp_code_dir }}/requirements/edx-sandbox/releases/quince.txt"

Expand All @@ -1774,6 +1775,7 @@ edxapp_requirements_files:
- "{{ custom_requirements_file }}"
- "{{ base_requirements_file }}"
- "{{ django_requirements_file }}"
- "{{ assets_requirements_file }}"

# All edxapp requirements files potentially containing Github URLs. When using a custom
# Github mirror, occurrences of "github.com" are replaced by the custom mirror in these
Expand Down

0 comments on commit 9a148c4

Please sign in to comment.