mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-10 02:53:36 -05:00
Merge pull request #771 from ferrarimarco/sort-env
Sort environment variables when printing debug info
This commit is contained in:
commit
0ed58d58d4
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ function GetValidationInfo() {
|
||||||
debug "---------------------------------------------"
|
debug "---------------------------------------------"
|
||||||
RUNNER=$(whoami)
|
RUNNER=$(whoami)
|
||||||
debug "Runner:[${RUNNER}]"
|
debug "Runner:[${RUNNER}]"
|
||||||
PRINTENV=$(printenv)
|
PRINTENV=$(printenv | sort)
|
||||||
debug "ENV:"
|
debug "ENV:"
|
||||||
debug "${PRINTENV}"
|
debug "${PRINTENV}"
|
||||||
debug "---------------------------------------------"
|
debug "---------------------------------------------"
|
||||||
|
|
Loading…
Reference in a new issue