Commit b7edd15e by Tyler Hallada Committed by GitHub

Merge pull request #3393 from edx/thallada/insights-fix-sassc

Insights: Use py venv in bower install for sassc
parents 0244ab5c 08e2909f
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
- name: install bower dependencies - name: install bower dependencies
shell: > shell: >
chdir={{ insights_code_dir }} chdir={{ insights_code_dir }}
. {{ insights_venv_dir }}/bin/activate &&
. {{ insights_nodeenv_bin }}/activate && {{ insights_node_bin }}/bower install --production --config.interactive=false . {{ insights_nodeenv_bin }}/activate && {{ insights_node_bin }}/bower install --production --config.interactive=false
become_user: "{{ insights_user }}" become_user: "{{ insights_user }}"
tags: tags:
......
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