Skip to content

Commit

Permalink
chore: reduce the verbosity of document build
Browse files Browse the repository at this point in the history
  • Loading branch information
miurahr committed Jan 7, 2025
1 parent db8c4f5 commit 153d7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc_src/docgen
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ chmod -R a+rw $TARGET 2&> /dev/null

CMD="$(type -p docker)" || [[ -e $CMD ]] && $CMD info >/dev/null 2>1 || CMD="$(type -p nerdctl)"
echo select container CLI: $CMD
$CMD info || false
$CMD info > /dev/null || false

[[ "$@" =~ (^|[[:space:]])pdf($|[[:space:]]) ]] && TAG=pdfgen || TAG=alpine

Expand Down

0 comments on commit 153d7fe

Please sign in to comment.