From 8b976031cb033f4e58526009aa4013a1f2c54751 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Tue, 6 Feb 2018 10:48:51 -0500 Subject: [PATCH] use VERSION_TARGET for Swagger doc generation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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