From b79362a7864bdeaa3ff5a1fdde2d0207ac8e6f2e Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Fri, 14 Jun 2024 11:32:49 +0200 Subject: [PATCH] Update build_chroot.sh --- build_chroot.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build_chroot.sh b/build_chroot.sh index 70a0f4ea..92405079 100644 --- a/build_chroot.sh +++ b/build_chroot.sh @@ -38,7 +38,9 @@ elif [[ "$(lsb_release -cs)" == "noble" ]]; then echo "push to cloudsmith" git describe --exact-match HEAD >/dev/null 2>&1 echo "Pushing the package to OpenHD 2.5 repository" - cloudsmith push deb --api-key "$API_KEY" openhd/release/ubuntu/noble rtl8812au-x86.deb || exit 1 + # cloudsmith push deb --api-key "$API_KEY" openhd/release/ubuntu/noble rtl8812au-x86.deb || exit 1 + cp *.deb /out/ + echo "copied deb file" echo "---------------" echo "_____________________________________________" else