Fix centos repo
[ci-management.git] / jjb / vpp / include-raw-vpp-packagecloud-push.sh
index 9888b63..8798467 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/centos7 "$i"
+        package_cloud push fdio/test/centos/7/os/x86_64/ "$i"
     done
 fi
\ No newline at end of file