Skip to content
Snippets Groups Projects
Verified Commit 642e5738 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: add debug to lint script

parent f52dde36
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
- rm auth.json - rm auth.json
script: script:
- | - |
set -x; \
LINT="$(find . -name '*.php' -print0 |xargs -n1 -0 -P16 php -l 2>&1)"; \ LINT="$(find . -name '*.php' -print0 |xargs -n1 -0 -P16 php -l 2>&1)"; \
RESULT="$?"; \ RESULT="$?"; \
if [[ "$RESULT" -ne 0 ]]; then if [[ "$RESULT" -ne 0 ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment