From: Vanessa Rene Valderrama Date: Fri, 20 Aug 2021 17:01:55 +0000 (-0500) Subject: Fix VPP PackageCloud push X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=e2c44cc12fda555412efdf33a812dff0104d5020;p=ci-management.git Fix VPP PackageCloud push Adding the full path for the PackageCloud target Signed-off-by: Vanessa Rene Valderrama Change-Id: I30a1db7ddc1e7113d6dfc569ff3ccacb89e51d42 --- 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