From 081edd5213446e3abd8a19cc08061e108e04c7f0 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 16 Apr 2021 16:43:28 +0200 Subject: [PATCH] Revert "[ci] Enable debug mode for check-environment.sh" This reverts commit ff68dd7bef8fb7911f390ebc64769993b915e4ea. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68e4463434..dc43e3bf58 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: mkdir -p .ci && \ ( [ -e .ci/$f ] || curl -sSL "${PMD_CI_SCRIPTS_URL}/$f" > ".ci/$f" ) && \ chmod 755 .ci/$f && \ - bash -ex .ci/$f + .ci/$f - name: Build run: .ci/build.sh shell: bash