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