Wasting time.
This commit is contained in:
parent
9a40857292
commit
0044213c5e
1 changed files with 10 additions and 5 deletions
15
.github/actions/build-docs/action.yml
vendored
15
.github/actions/build-docs/action.yml
vendored
|
@ -170,12 +170,17 @@ runs:
|
||||||
echo "TRACE 1"
|
echo "TRACE 1"
|
||||||
# OUTPUT_DIR=`build-docs ${{ inputs.asdf-system }}`
|
# OUTPUT_DIR=`build-docs ${{ inputs.asdf-system }}`
|
||||||
|
|
||||||
set -x
|
cat > test.sh <<EOF
|
||||||
|
echo Foo >&1
|
||||||
ls -l /dev/stdout
|
echo Bar >&2
|
||||||
ls -l /dev/stderr
|
EOF
|
||||||
|
bash test.sh > out 2> err
|
||||||
|
|
||||||
|
echo TTTTT 1_out
|
||||||
|
cat out
|
||||||
|
echo TTTTT 1_err
|
||||||
|
cat err
|
||||||
|
|
||||||
set +x
|
|
||||||
|
|
||||||
build-docs ${{ inputs.asdf-system }} > build-docs.out 2> build-docs.err
|
build-docs ${{ inputs.asdf-system }} > build-docs.out 2> build-docs.err
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue