Skip to content

Commit

Permalink
Include COLLECTION_VERSION in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
LBGarber committed Sep 13, 2022
1 parent 125c2c1 commit 5389659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
COLLECTIONS_PATH ?= ~/.ansible/collections
DOCS_PATH ?= docs
COLLECTION_VERSION ?= 0.0.0
COLLECTION_VERSION ?=

TEST_ARGS := -v
INTEGRATION_CONFIG := tests/integration/integration_config.yml
Expand Down Expand Up @@ -39,7 +39,7 @@ gendocs:

DOCS_PATH=$(DOCS_PATH) ./scripts/specdoc_generate.sh
ansible-doc-extractor --template=template/module.rst.j2 $(DOCS_PATH)/inventory plugins/inventory/*.py
python scripts/render_readme.py
python scripts/render_readme.py $(COLLECTION_VERSION)

integration-test: $(INTEGRATION_CONFIG)
ansible-test integration $(TEST_ARGS)
Expand Down

0 comments on commit 5389659

Please sign in to comment.