summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Petrello <rpetrell@redhat.com>2018-02-06 16:48:51 +0100
committerRyan Petrello <rpetrell@redhat.com>2018-02-06 16:48:51 +0100
commit8b976031cb033f4e58526009aa4013a1f2c54751 (patch)
tree87d94b76a99005122af402219b961023df0152d9 /Makefile
parentbuild example Swagger request and response bodies from our API tests (diff)
downloadawx-8b976031cb033f4e58526009aa4013a1f2c54751.tar.xz
awx-8b976031cb033f4e58526009aa4013a1f2c54751.zip
use VERSION_TARGET for Swagger doc generation
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c0fe0dd36..f75ac78d5a 100644
--- a/Makefile
+++ b/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