Skip to content

Instantly share code, notes, and snippets.

@calien666
Created May 11, 2022 07:50
Show Gist options
  • Save calien666/2a5743466dd5b002177add3c4ac7db78 to your computer and use it in GitHub Desktop.
Save calien666/2a5743466dd5b002177add3c4ac7db78 to your computer and use it in GitHub Desktop.
TYPO3 debug tester for gitlab CI
production:merge:
stage: test
allow_failure: false
only:
refs:
- merge_requests
script:
- test `grep -r -e "DebuggerUtility::var_dump" -e DatabaseQueryDebugger -e "<f:debug" -e "debug(" packages | grep -v -e .js | wc -l` -eq 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment