From 4f1a3283e63569042eeff20e121bf8c759dd54c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 20 Aug 2019 09:28:48 -0400 Subject: [PATCH] update one missing location where old pkg dir is used MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- _assets/ci/lib.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_assets/ci/lib.groovy b/_assets/ci/lib.groovy index 9c02f9fd2..34ed646f0 100644 --- a/_assets/ci/lib.groovy +++ b/_assets/ci/lib.groovy @@ -83,7 +83,7 @@ def copyArts(build) { **/ copyArtifacts( projectName: build.fullProjectName, - target: 'pkg', + target: 'out', flatten: true, selector: specific("${build.number}") )