ci: log-level is "all"

This commit is contained in:
alandefreitas
2024-09-10 21:11:01 -03:00
committed by Alan de Freitas
parent 6e0c840fd6
commit b90c479b38
2 changed files with 10 additions and 0 deletions

View File

@@ -76,6 +76,11 @@ fi
# Run antora command
while test $# -gt 0; do
set -x
if [ "$CI" = "true" ]; then
ANTORA_LOG_LEVEL=all
export ANTORA_LOG_LEVEL
fi
if [ "$1" = "develop" ] || [ "$1" = "master" ]; then
npx antora --fetch \
--attribute page-boost-branch="$1" \

View File

@@ -81,5 +81,10 @@ if [ ! -d "node_modules" ] || [ "$(find package.json -prune -printf '%T@\n' | cu
fi
set -x
if [ "$CI" = "true" ]; then
ANTORA_LOG_LEVEL=all
export ANTORA_LOG_LEVEL
fi
npx antora --fetch --attribute page-boost-branch="$1" --attribute page-commit-id="$commit_id" --stacktrace site.playbook.yml