Commit 96f2555b by Feanil Patel

Updates to deal with failures when testing the AMI.

parent 5b9ad735
......@@ -122,6 +122,7 @@ ecommerce_log_dir: "{{ COMMON_LOG_DIR }}/{{ ecommerce_service_name }}"
ecommerce_requirements_base: "{{ ecommerce_code_dir }}/requirements"
ecommerce_requirements:
- production.txt
- optional.txt
ecommerce_dev_requirements:
- local.txt
......
#!/usr/bin/env bash
{{ ansible_managed }}
# {{ ansible_managed }}
{% set ecommerce_venv_bin = ecommerce_home + "/venvs/" + ecommerce_service_name + "/bin" %}
{% if COMMON_ENABLE_NEWRELIC_APP %}
......
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