GHA: further error handling - build.sh (#394)

This commit is contained in:
Sam Darwin
2025-01-20 08:02:25 -07:00
committed by GitHub
parent 56eaba484f
commit 78aa518679
2 changed files with 6 additions and 0 deletions

View File

@@ -18,6 +18,8 @@
set -x
set -e
echo "Starting libdoc.sh"
if [ $# -eq 0 ]; then
echo "Usage: $0 { branch | version | 'release' | 'all' }..."
echo