mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 16:21:00 -05:00
turn off debug
This commit is contained in:
parent
5a306e699f
commit
1dfe251b36
1 changed files with 7 additions and 7 deletions
|
@ -101,13 +101,13 @@ Header()
|
|||
echo "---------------------------------------------"
|
||||
echo ""
|
||||
|
||||
echo "--- DEBUG ---"
|
||||
echo "---------------------------------------------"
|
||||
RUNNER=$(whoami)
|
||||
echo "Runner:[$RUNNER]"
|
||||
echo "ENV:"
|
||||
printenv
|
||||
echo "---------------------------------------------"
|
||||
# echo "--- DEBUG ---"
|
||||
# echo "---------------------------------------------"
|
||||
# RUNNER=$(whoami)
|
||||
# echo "Runner:[$RUNNER]"
|
||||
# echo "ENV:"
|
||||
# printenv
|
||||
# echo "---------------------------------------------"
|
||||
}
|
||||
################################################################################
|
||||
#### Function GetLinterRules ###################################################
|
||||
|
|
Loading…
Reference in a new issue