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

This commit is contained in:
Andreas Dangel
2021-04-16 16:35:52 +02:00
parent 6fda9ad8ed
commit ff68dd7bef

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 && \
.ci/$f
bash -ex .ci/$f
- name: Build
run: .ci/build.sh
shell: bash