From 5695eda17eac2f2f2888c03b745dadcbbcb17073 Mon Sep 17 00:00:00 2001 From: Edward Hope-Morley Date: Wed, 11 Mar 2015 12:11:10 +0000 Subject: [PATCH] [trivial] fix Makefile publish rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b1f7ad3..1e9e06da 100644 --- a/Makefile +++ b/Makefile @@ -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-tests.yaml -publish: lint test +publish: lint unit_test bzr push lp:charms/keystone bzr push lp:charms/trusty/keystone