mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 15:38:06 -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:
parent
f61b73010a
commit
d0acb1c53f
@ -1,8 +1,7 @@
|
||||
# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.)
|
||||
# All Rights Reserved.
|
||||
|
||||
# Local Django settings for AWX project. Rename to "local_settings.py" and
|
||||
# edit as needed for your development environment.
|
||||
# Local Django settings for AWX project.
|
||||
|
||||
# All variables defined in awx/settings/development.py will already be loaded
|
||||
# into the global namespace before this file is loaded, to allow for reading
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user