awx/tools/docker-compose/launch_awx.sh
Alan Rominger 2657ea840b
Disable color logs in CI (#15719)
* Disable color logs in CI

* Disable management command color
2025-01-02 16:19:59 -05:00

10 lines
116 B
Bash
Executable File

#!/bin/bash
set +x
bootstrap_development.sh
cd /awx_devel
# Run the given command, usually supervisord
exec "$@"