diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2018-02-06 16:48:51 +0100 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2018-02-06 16:48:51 +0100 |
commit | 8b976031cb033f4e58526009aa4013a1f2c54751 (patch) | |
tree | 87d94b76a99005122af402219b961023df0152d9 /Makefile | |
parent | build example Swagger request and response bodies from our API tests (diff) | |
download | awx-8b976031cb033f4e58526009aa4013a1f2c54751.tar.xz awx-8b976031cb033f4e58526009aa4013a1f2c54751.zip |
use VERSION_TARGET for Swagger doc generation
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |