Commit 52912d7f by Clinton Blackburn Committed by GitHub

Removed broken/unnecessary call to make target (#3281)

There is no need to call requirments.js since we are already installing the node/bower dependencies.

ECOM-5129
parent 5eb17c87
......@@ -102,16 +102,6 @@
- install
- install:app-requirements
- name: install js requirements
command: make requirement.js
args:
chdir: "{{ discovery_code_dir }}"
become_user: "{{ discovery_user }}"
environment: "{{ discovery_environment }}"
tags:
- install
- install:app-requirements
- name: migrate database
command: make migrate
args:
......
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