From dfd5f1f7ab829e8a4243a5621846c6c61c9a6437 Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Wed, 30 Oct 2019 20:13:59 +0100 Subject: Correct packagecloud path and packagecloud_api path Signed-off-by: Angelo Mantellini Change-Id: Ic7b0bc516c2bf5fd2c41077ce575e02a8b2877ae --- jjb/hicn/hicn.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb/hicn/hicn.yaml') diff --git a/jjb/hicn/hicn.yaml b/jjb/hicn/hicn.yaml index 14972cc9..34332727 100644 --- a/jjb/hicn/hicn.yaml +++ b/jjb/hicn/hicn.yaml @@ -328,11 +328,11 @@ - config-file-provider: files: - file-id: '.packagecloud' - target: '/root' + target: '/root/.packagecloud' - config-file-provider: files: - file-id: 'packagecloud_api' - target: '/root' + target: '/root/packagecloud_api' - maven-target: maven-version: 'mvn33-new' goals: '--version' -- cgit 1.2.3-korg