mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 05:30:18 -03:30
Disable color logs in CI (#15719)
* Disable color logs in CI * Disable management command color
This commit is contained in:
6
Makefile
6
Makefile
@@ -222,12 +222,6 @@ migrate:
|
||||
dbchange:
|
||||
$(MANAGEMENT_COMMAND) makemigrations
|
||||
|
||||
supervisor:
|
||||
@if [ "$(VENV_BASE)" ]; then \
|
||||
. $(VENV_BASE)/awx/bin/activate; \
|
||||
fi; \
|
||||
supervisord --pidfile=/tmp/supervisor_pid -n
|
||||
|
||||
collectstatic:
|
||||
@if [ "$(VENV_BASE)" ]; then \
|
||||
. $(VENV_BASE)/awx/bin/activate; \
|
||||
|
||||
Reference in New Issue
Block a user