mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Generate schema suitable for comparing for schema changes
This commit is contained in:
committed by
Elijah DeLee
parent
9b992c971e
commit
f737fc066f
6
Makefile
6
Makefile
@@ -338,6 +338,12 @@ pyflakes: reports
|
||||
pylint: reports
|
||||
@(set -o pipefail && $@ | reports/$@.report)
|
||||
|
||||
genschema: reports
|
||||
@if [ "$(VENV_BASE)" ]; then \
|
||||
. $(VENV_BASE)/awx/bin/activate; \
|
||||
fi; \
|
||||
(set -o pipefail && py.test --genschema awx/conf/tests/functional awx/main/tests/functional/api awx/main/tests/docs --release=$(VERSION_TARGET) | tee reports/$@.report)
|
||||
|
||||
swagger: reports
|
||||
@if [ "$(VENV_BASE)" ]; then \
|
||||
. $(VENV_BASE)/awx/bin/activate; \
|
||||
|
||||
Reference in New Issue
Block a user