Fix VPP PackageCloud push 59/33559/2
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Fri, 20 Aug 2021 17:01:55 +0000 (12:01 -0500)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Fri, 20 Aug 2021 17:08:50 +0000 (12:08 -0500)
Adding the full path for the PackageCloud target

Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Change-Id: I30a1db7ddc1e7113d6dfc569ff3ccacb89e51d42

jjb/vpp/vpp.yaml

index cac2932..db46533 100644 (file)
       - 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
       - 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