Skip to content

Commit

Permalink
List package dependencies after build
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein committed Nov 16, 2024
1 parent c55176b commit f0d5d16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/build_opensuseleap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ npm run build-linux
npm run rpm_opensuse_leap
cp release/packages/*.rpm $GITHUB_WORKSPACE/ezra-bible-app_latest.rpm

echo "Package creation done. Listing package dependencies:"
rpm -qpR $GITHUB_WORKSPACE/ezra-bible-app_latest.rpm

if [ "$GITHUB_EVENT_NAME" = "release" ]; then
node_modules/.bin/sentry-cli --auth-token $SENTRY_TOKEN \
upload-dif -o tobias-klein -p ezra-bible-app \
Expand Down

0 comments on commit f0d5d16

Please sign in to comment.