Commit 3f6448f1 by Feanil Patel

Add edxapp_common as an admin_jenkins dependency

Because admin_jenkins runs various management commands locally, it needs to be able to run the edxapp locally.  This means that it needs to be able to install the system requirements needed by the edxapp so that pip install to local venvs work correctly.
parent c55bc3b1
......@@ -21,6 +21,7 @@
dependencies:
- common
- aws
- edxapp_common
- role: jenkins_master
jenkins_plugins: "{{ jenkins_admin_plugins }}"
- role: supervisor
......
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