From e2c44cc12fda555412efdf33a812dff0104d5020 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Fri, 20 Aug 2021 12:01:55 -0500 Subject: [PATCH] Fix VPP PackageCloud push Adding the full path for the PackageCloud target Signed-off-by: Vanessa Rene Valderrama Change-Id: I30a1db7ddc1e7113d6dfc569ff3ccacb89e51d42 --- jjb/vpp/vpp.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index cac29321f..db4653334 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -698,11 +698,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: - ../scripts/setup_executor_env.sh @@ -1115,7 +1115,7 @@ - shell: !include-raw-escape: - ../scripts/vpp/check_crc.sh - # TODO: Add sending e-mail notifications to vpp-api-dev@lists.fd.io + # TODO: Add sending e-mail notifications to vpp-api-dev@lists.fd.io publishers: - fdio-infra-publish -- 2.16.6