Disable color logs in CI (#15719)

* Disable color logs in CI

* Disable management command color
This commit is contained in:
Alan Rominger
2025-01-02 16:19:59 -05:00
committed by GitHub
parent 7835e39bac
commit 2657ea840b
5 changed files with 20 additions and 14 deletions

View File

@@ -4,5 +4,6 @@ set +x
bootstrap_development.sh
cd /awx_devel
# Start the services
exec make supervisor
# Run the given command, usually supervisord
exec "$@"