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 Sep 27, 2023
1 parent 4a57c8e commit f362389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ cp -v *.dep /opt/out/
echo "copied deb file"
echo "push to cloudsmith"
git describe --exact-match HEAD >/dev/null 2>&1
echo "Pushing the package to OpenHD release repository"
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/release/debian/bullseye *.deb || exit 1
cloudsmith push deb --api-key "$API_KEY" openhd/dev-release/debian/bullseye *.deb || exit 1

0 comments on commit f362389

Please sign in to comment.