From 554a916f501df75c169bf6f285281623483cfa9e Mon Sep 17 00:00:00 2001 From: Ed Kern Date: Wed, 30 Oct 2019 11:20:54 -0600 Subject: [PATCH] CICN: arm change for pc push from container Change to be consistent with other arm pc pushing containers Change-Id: I96101525e3959158378f377fc5c50734fb5b763f Signed-off-by: Ed Kern --- jjb/cicn/cicn.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/cicn/cicn.yaml b/jjb/cicn/cicn.yaml index c14f4d25d..0ea0bbf44 100644 --- a/jjb/cicn/cicn.yaml +++ b/jjb/cicn/cicn.yaml @@ -931,11 +931,11 @@ - config-file-provider: files: - file-id: '.packagecloud' - target: '/home/jenkins/.packagecloud' + target: '/root/.packagecloud' - config-file-provider: files: - file-id: 'packagecloud_api' - target: '/home/jenkins/packagecloud_api' + target: '/root/packagecloud_api' - maven-target: maven-version: 'mvn33-new' goals: '--version' -- 2.16.6