Tests dir no longer need copy of charmhelpers
Charmhelpers is now installed via pip for unit tests so stop 'Make sync' from pulling it down. Change-Id: I49eea766e545aa053cf1f3bbd57fcca2a4da6fd0
This commit is contained in:
parent
149bed44e4
commit
e3724c2079
1
Makefile
1
Makefile
@ -19,7 +19,6 @@ bin/charm_helpers_sync.py:
|
||||
|
||||
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
|
||||
bzr push lp:charms/cinder-backup
|
||||
|
@ -1,7 +0,0 @@
|
||||
repo: https://github.com/juju/charm-helpers
|
||||
destination: tests/charmhelpers
|
||||
include:
|
||||
- contrib.amulet
|
||||
- contrib.openstack.amulet
|
||||
- core
|
||||
- osplatform
|
Loading…
Reference in New Issue
Block a user