Commit 68b67c3a by Christine Lytwynec Committed by Han Su Kim

updating gather_assets to use paver instead of rake

parent 6d747f66
...@@ -152,7 +152,7 @@ EDXAPP_CC_PROCESSOR: ...@@ -152,7 +152,7 @@ EDXAPP_CC_PROCESSOR:
# does not affect verified students # does not affect verified students
EDXAPP_PAID_COURSE_REGISTRATION_CURRENCY: ['usd', '$'] EDXAPP_PAID_COURSE_REGISTRATION_CURRENCY: ['usd', '$']
# Configure rake tasks in edx-platform to skip Python/Ruby/Node installation # Configure paver tasks in edx-platform to skip Python/Ruby/Node installation
EDXAPP_NO_PREREQ_INSTALL: 1 EDXAPP_NO_PREREQ_INSTALL: 1
# whether to setup the python codejail or not # whether to setup the python codejail or not
......
...@@ -89,11 +89,11 @@ ...@@ -89,11 +89,11 @@
- "restart edxapp" - "restart edxapp"
- "restart edxapp_workers" - "restart edxapp_workers"
# Gather assets using rake if possible # Gather assets using paver if possible
- name: gather {{ item }} static assets with rake - name: gather {{ item }} static assets with paver
shell: > shell: >
SERVICE_VARIANT={{ item }} rake {{ item }}:gather_assets:aws SERVICE_VARIANT={{ item }} paver update_assets {{ system }} --settings=aws
executable=/bin/bash executable=/bin/bash
chdir={{ edxapp_code_dir }} chdir={{ edxapp_code_dir }}
sudo_user: "{{ edxapp_user }}" sudo_user: "{{ edxapp_user }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment