[trivial] fix Makefile publish rule

This commit is contained in:
Edward Hope-Morley 2015-03-11 12:11:10 +00:00
parent a4c5b8d4d4
commit 5695eda17e

View File

@ -26,6 +26,6 @@ sync: bin/charm_helpers_sync.py
@$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-hooks.yaml @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-hooks.yaml
@$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-tests.yaml @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-tests.yaml
publish: lint test publish: lint unit_test
bzr push lp:charms/keystone bzr push lp:charms/keystone
bzr push lp:charms/trusty/keystone bzr push lp:charms/trusty/keystone