From: W.C.A. Wijngaards Date: Fri, 25 Jun 2021 14:50:21 +0000 (+0200) Subject: Analysis workflow, disable -x for bash the output is reordered with X-Git-Tag: release-1.13.2rc1~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57022af9a41dc15a46fa4b545dcbd5fa40193bb1;p=thirdparty%2Funbound.git Analysis workflow, disable -x for bash the output is reordered with respect to the command output. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index d97bdf70a..15ca5d1de 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -170,8 +170,6 @@ jobs: if: ${{ matrix.test_windows == 'yes' }} shell: bash run: | - #echo commands as we make them. - set -x export unboundpath=`pwd` echo unboundpath=${unboundpath} cd ..