mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Correct incorrect Makefile variable
This commit is contained in:
parent
c78728fdf3
commit
ef52e92c86
2
Makefile
2
Makefile
@ -196,7 +196,7 @@ deb: sdist
|
||||
(cd $(DEB_BUILD_DIR) && PKG_RELEASE=$(DEB_PKG_RELEASE) dpkg-buildpackage -nc -us -uc -b --changes-option="-fdebian/realfiles")
|
||||
|
||||
packer_license:
|
||||
@python -c "import json; fp = open('packaging/ami/license/$(PACKER_LICENSE)', 'w+'); json.dump(dict(instance_count=$(LICENSE_TIER)), fp); fp.close();"
|
||||
@python -c "import json; fp = open('packaging/ami/license/$(PACKER_LICENSE_FILE)', 'w+'); json.dump(dict(instance_count=$(LICENSE_TIER)), fp); fp.close();"
|
||||
|
||||
ami: packer_license
|
||||
(cd packaging/ami && $(PACKER) build $(PACKER_BUILD_OPTS) -var "aws_license=$(PACKER_LICENSE_FILE)" awx.json)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user