Remove registration of instance from develop makefile target... on new

installations the database isn't available at this point
This commit is contained in:
Matthew Jones 2014-11-11 15:50:46 -05:00
parent 8bf66f01c4
commit fa702a7a59

View File

@ -155,7 +155,6 @@ develop:
else \
sudo pip uninstall -y awx; \
sudo $(PYTHON) setup.py develop; \
sudo awx-manage register_instance --primary --ip-address=127.0.0.1; \
fi
# Do any one-time init tasks.