Correct packagecloud centos repo subdir
[ci-management.git] / jjb / vpp / include-raw-vpp-packagecloud-push.sh
index 8798467..74b96b3 100644 (file)
@@ -19,6 +19,6 @@ elif [ "${OS}" == "centos7" ]; then
     SRCRPMS=$(find . -type f -name '*.src.rpm')
     for i in $RPMS $SRPMS $SRCRPMS
     do
-        package_cloud push fdio/test/centos/7/os/x86_64/ "$i"
+        package_cloud push fdio/test/el/7/os/x86_64/ "$i"
     done
 fi
\ No newline at end of file