Scope api schema.json to target branch

This commit is contained in:
Shane McDonald
2022-02-07 17:54:01 -05:00
parent c8b906ffb7
commit 6ed429ada2
4 changed files with 10 additions and 4 deletions

View File

@@ -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