forked from phoedos/pmd
Revert "[ci] Enable debug mode for check-environment.sh"
This reverts commit ff68dd7bef8fb7911f390ebc64769993b915e4ea.
This commit is contained in:
parent
ff68dd7bef
commit
081edd5213
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user