mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
Delete cp of local_settings.py file in test running, because path no longer exists (#13894)
* Change reference to moved local_settings.py file * Do not appy local_settings to test runner
This commit is contained in:
@@ -5,8 +5,6 @@ cd /awx_devel
|
||||
make clean
|
||||
make awx-link
|
||||
|
||||
cp tools/docker-compose/ansible/roles/sources/files/local_settings.py awx/settings/local_settings.py
|
||||
|
||||
if [[ ! $@ ]]; then
|
||||
make test
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user