Revert "[ci] Enable debug mode for check-environment.sh"

This reverts commit ff68dd7bef8fb7911f390ebc64769993b915e4ea.
This commit is contained in:
Andreas Dangel 2021-04-16 16:43:28 +02:00
parent ff68dd7bef
commit 081edd5213

View File

@ -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