Sstruggiling debugging.

This commit is contained in:
Alexander Artemenko 2021-02-06 21:47:14 +03:00
parent a7eb5a3f91
commit 8a94eb870f

View file

@ -169,11 +169,25 @@ runs:
set -x set -x
echo ::group::Build Docs echo ::group::Build Docs
echo "TRACE 1" echo "TRACE 1"
OUTPUT_DIR=`build-docs ${{ inputs.asdf-system }}` # OUTPUT_DIR=`build-docs ${{ inputs.asdf-system }}`
echo "TRACE 1_1"
build-docs ${{ inputs.asdf-system }} > build-docs.out 2> build-docs.err
# echo "TRACE 1_1"
# echo =============
# echo ${OUTPUT_DIR}
# echo =============
echo "TRACE 1_out"
echo ============= echo =============
echo ${OUTPUT_DIR} cat build-docs.out
echo ============= echo =============
echo "TRACE 1_err"
echo =============
cat build-docs.err
echo =============
echo "TRACE 2" echo "TRACE 2"
echo "::set-output name=build-dir::${OUTPUT_DIR}" echo "::set-output name=build-dir::${OUTPUT_DIR}"
echo "TRACE 3" echo "TRACE 3"