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 Nov 17, 2023
1 parent 167a147 commit 26d9b78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ git describe --exact-match HEAD >/dev/null 2>&1
echo "Pushing the package to OpenHD dev-release repository"
ls -a
API_KEY=$(cat cloudsmith_api_key.txt)
cloudsmith push deb --api-key "$API_KEY" openhd/dev-release/debian/bullseye *.deb || exit 1
cloudsmith push deb --api-key "$API_KEY" openhd/dev-release/debian/bullseye qopenhd_rk3588*.deb || exit 1
cloudsmith push deb --api-key "$API_KEY" openhd/dev-release/debian/bullseye qopenhd_rk3566*.deb || exit 1

0 comments on commit 26d9b78

Please sign in to comment.