mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 13:41:28 -03:30
Fix Makefile
This commit is contained in:
parent
d7792413a0
commit
ad97ebb09b
4
Makefile
4
Makefile
@ -138,11 +138,11 @@ develop:
|
||||
@if [ "$(VIRTUAL_ENV)" ]; then \
|
||||
pip uninstall -y awx; \
|
||||
$(PYTHON) setup.py develop; \
|
||||
awx-manage register_instance --primary --ip-address=127.0.0.1
|
||||
awx-manage register_instance --primary --ip-address=127.0.0.1; \
|
||||
else \
|
||||
sudo pip uninstall -y awx; \
|
||||
sudo $(PYTHON) setup.py develop; \
|
||||
sudo awx-manage register_instance --primary --ip-address=127.0.0.1
|
||||
sudo awx-manage register_instance --primary --ip-address=127.0.0.1; \
|
||||
fi
|
||||
|
||||
# Refresh development environment after pulling new code.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user