mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 22:07:36 -02: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:
@@ -1,8 +1,7 @@
|
|||||||
# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.)
|
# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.)
|
||||||
# All Rights Reserved.
|
# All Rights Reserved.
|
||||||
|
|
||||||
# Local Django settings for AWX project. Rename to "local_settings.py" and
|
# Local Django settings for AWX project.
|
||||||
# edit as needed for your development environment.
|
|
||||||
|
|
||||||
# All variables defined in awx/settings/development.py will already be loaded
|
# 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
|
# into the global namespace before this file is loaded, to allow for reading
|
||||||
|
|||||||
@@ -5,8 +5,6 @@ cd /awx_devel
|
|||||||
make clean
|
make clean
|
||||||
make awx-link
|
make awx-link
|
||||||
|
|
||||||
cp tools/docker-compose/ansible/roles/sources/files/local_settings.py awx/settings/local_settings.py
|
|
||||||
|
|
||||||
if [[ ! $@ ]]; then
|
if [[ ! $@ ]]; then
|
||||||
make test
|
make test
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user