From d7275e776cbfa0484d82700bdabf47da91b46114 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Thu, 11 Jul 2019 13:57:51 -0400 Subject: Disable deploy plugin Disable maven-deploy-plugin to resolve build failure. Change-Id: I9158b158a8ccd1e64aac556452b168a310a0329e Issue-ID: CCSDK-1475 Signed-off-by: Timoney, Dan (dt5972) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 47fe674..71d606c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,7 @@ **/target helm/test_config helm/nosetests.xml +**/.tox +**/*.wgn +**/*.egg-info +**/.testenv -- cgit 1.2.3-korg