From ef1896e5446b647e4ce1438ea9b6f59fbe575fe0 Mon Sep 17 00:00:00 2001 From: Deepshikha khandelwal Date: Fri, 16 Nov 2018 10:28:40 +0530 Subject: Add the archiving directory to access linter reports Change-Id: Ib00fdee63fc900a1afc20141080a503dcde42978 --- build-gluster-org/jobs/python-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-gluster-org') diff --git a/build-gluster-org/jobs/python-lint.yml b/build-gluster-org/jobs/python-lint.yml index af9d682..609151a 100644 --- a/build-gluster-org/jobs/python-lint.yml +++ b/build-gluster-org/jobs/python-lint.yml @@ -51,7 +51,7 @@ publishers: - archive: allow-empty: true - artifacts: "./python-lint/*" + artifacts: "python-lint/*" default-excludes: true fingerprint: false only-if-success: false -- cgit