mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
Remove sudo
This commit is contained in:
parent
2d2fafef1b
commit
d49f6ce71f
1 changed files with 1 additions and 1 deletions
|
@ -1037,7 +1037,7 @@ Footer() {
|
|||
cleanup() {
|
||||
local -ri EXIT_CODE=$?
|
||||
|
||||
sudo sh -c "cat ${LOG_TEMP} >> ${GITHUB_WORKSPACE}/${LOG_FILE}" || true
|
||||
sh -c "cat ${LOG_TEMP} >> ${GITHUB_WORKSPACE}/${LOG_FILE}" || true
|
||||
|
||||
exit ${EXIT_CODE}
|
||||
trap - 0 1 2 3 6 14 15
|
||||
|
|
Loading…
Reference in a new issue