From 1b76b8fada122365b9adf99cc305721cc114d30a Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Tue, 23 Oct 2018 03:47:50 -0700 Subject: Change deployment approach This change pretends to isolate the deployment script and make it consumable externally. Change-Id: I7b9859fcc55e03e706aa54d4bc632ed15b4313be Signed-off-by: Victor Morales Issue-ID: MULTICLOUD-408 --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index b3a24218..5cebea87 100644 --- a/tox.ini +++ b/tox.ini @@ -24,6 +24,7 @@ deps = whitelist_externals = bash commands = bash -c "find {toxinidir} -not -path {toxinidir}/.tox/\* \ -not -path {toxinidir}/pkg/dep/\* \ + -not -path {toxinidir}/pkg/mod/\* \ -not -path {toxinidir}/src/k8splugin/vendor/\* \ -not -path {toxinidir}/src/github.com/\* \ -name \*.sh -type f \ -- cgit 1.2.3-korg