fix publish target in makefile

This commit is contained in:
Ryan Beisner 2015-06-29 18:29:39 +00:00
parent 67b5247f94
commit 69288412ca

View File

@ -24,6 +24,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-tests.yaml
publish: lint unit_test
publish: lint test
bzr push lp:charms/cinder
bzr push lp:charms/trusty/cinder