diff options
author | Ed Kern <ejk@cisco.com> | 2019-10-30 11:20:54 -0600 |
---|---|---|
committer | Ed Kern <ejk@cisco.com> | 2019-10-30 11:20:54 -0600 |
commit | 554a916f501df75c169bf6f285281623483cfa9e (patch) | |
tree | 0621ab120ad5d5b3a90535514962efaa380bbd72 /jjb | |
parent | 20ec57433f27e98556968c90af418042bc101287 (diff) |
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 <ejk@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/cicn/cicn.yaml | 4 |
1 files 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' |