Skip to content

Commit

Permalink
Temporary for testing the automated build.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Oct 31, 2023
1 parent 2172f64 commit 164f5d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/lib/lactoserv/lint
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ if (( ${#args[@]} == 0 )); then
args=("${srcDir}")
fi

# TEMP!!!! FOR TESTING
info-msg '#################'
(cd "${outDir}"; find . -type f)
info-msg '#################'
# TEMP!!!! FOR TESTING

"${toolPath}" "${opts[@]}" -- "${args[@]}"
status="$?"

Expand Down

0 comments on commit 164f5d5

Please sign in to comment.