mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-24 23:21:12 -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 ""
|
echo ""
|
||||||
|
|
||||||
echo "--- DEBUG ---"
|
# echo "--- DEBUG ---"
|
||||||
echo "---------------------------------------------"
|
# echo "---------------------------------------------"
|
||||||
RUNNER=$(whoami)
|
# RUNNER=$(whoami)
|
||||||
echo "Runner:[$RUNNER]"
|
# echo "Runner:[$RUNNER]"
|
||||||
echo "ENV:"
|
# echo "ENV:"
|
||||||
printenv
|
# printenv
|
||||||
echo "---------------------------------------------"
|
# echo "---------------------------------------------"
|
||||||
}
|
}
|
||||||
################################################################################
|
################################################################################
|
||||||
#### Function GetLinterRules ###################################################
|
#### Function GetLinterRules ###################################################
|
||||||
|
|
Loading…
Reference in a new issue