Skip to content

Commit

Permalink
Update build_chroot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jun 14, 2024
1 parent a69e29d commit b79362a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b79362a

Please sign in to comment.