Skip to content

Commit

Permalink
More logs
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed May 14, 2024
1 parent 4eac50f commit 77a8b3b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/scripts/make_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,13 @@ for config_path in $( find . -name 'settings-template.toml' )
do
oracle=$(echo $config_path | sed -E 's!\./([^/]+)/.+$!\1!' | sed -E 's!_!-!g')

echo "starting $oracle $config_path $VERSION"
write_unit_template $oracle
echo "write_unit_template $oracle done"
write_prepost_template $oracle
echo "write_prepost_template $oracle done"
run_fpm $oracle $config_path $VERSION
echo "$oracle done"
echo "run_fpm $oracle done"
done

for deb in /tmp/*.deb
Expand Down

0 comments on commit 77a8b3b

Please sign in to comment.