mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Scope api schema.json to target branch
This commit is contained in:
@@ -6,4 +6,9 @@ make clean
|
||||
make awx-link
|
||||
|
||||
cp tools/docker-compose/ansible/roles/sources/files/local_settings.py awx/settings/local_settings.py
|
||||
make "${1:-test}"
|
||||
|
||||
if [[ ! $@ ]]; then
|
||||
make test
|
||||
else
|
||||
make $@
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user