From 83196710c2b1a6c9a02c5a82d5a32b98acc1f547 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Fri, 20 Aug 2021 13:13:13 -0500 Subject: Fix PackageCloud push Adding the full path for the PackageCloud target Signed-off-by: Vanessa Rene Valderrama Change-Id: I1ed366b1b30fefda4bfdb6667cbed11b4ed96f08 --- jjb/udpi/udpi.yaml | 8 ++++---- jjb/vsap/vsap.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jjb/udpi/udpi.yaml b/jjb/udpi/udpi.yaml index 7086f4d5e..14b7b69a6 100644 --- a/jjb/udpi/udpi.yaml +++ b/jjb/udpi/udpi.yaml @@ -92,11 +92,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' - shell: !include-raw-escape: include-raw-udpi-checkstyle.sh - shell: @@ -157,11 +157,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' - shell: !include-raw-escape: include-raw-udpi-checkstyle.sh - shell: diff --git a/jjb/vsap/vsap.yaml b/jjb/vsap/vsap.yaml index 31c4b4320..2011336d6 100644 --- a/jjb/vsap/vsap.yaml +++ b/jjb/vsap/vsap.yaml @@ -152,11 +152,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' - shell: !include-raw-escape: - include-raw-vsap-build.sh -- cgit 1.2.3-korg