mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Analysis workflow, disable -x for bash the output is reordered with
respect to the command output.
This commit is contained in:
parent
6ac9253c2a
commit
57022af9a4
1 changed files with 0 additions and 2 deletions
2
.github/workflows/analysis_ports.yml
vendored
2
.github/workflows/analysis_ports.yml
vendored
|
|
@ -170,8 +170,6 @@ jobs:
|
||||||
if: ${{ matrix.test_windows == 'yes' }}
|
if: ${{ matrix.test_windows == 'yes' }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
#echo commands as we make them.
|
|
||||||
set -x
|
|
||||||
export unboundpath=`pwd`
|
export unboundpath=`pwd`
|
||||||
echo unboundpath=${unboundpath}
|
echo unboundpath=${unboundpath}
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue