mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
use VERSION_TARGET for Swagger doc generation
This commit is contained in:
parent
7ff9f0b7d1
commit
8b976031cb
2
Makefile
2
Makefile
@ -367,7 +367,7 @@ swagger: reports
|
||||
@if [ "$(VENV_BASE)" ]; then \
|
||||
. $(VENV_BASE)/awx/bin/activate; \
|
||||
fi; \
|
||||
(set -o pipefail && py.test awx/conf/tests/functional awx/main/tests/functional/api awx/main/tests/docs --release=$(SWAGGER_RELEASE_VERSION:-$RELEASE_VERSION) | tee reports/$@.report)
|
||||
(set -o pipefail && py.test awx/conf/tests/functional awx/main/tests/functional/api awx/main/tests/docs --release=$(VERSION_TARGET) | tee reports/$@.report)
|
||||
|
||||
check: flake8 pep8 # pyflakes pylint
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user