Skip to content

Commit

Permalink
test: Add debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Jun 9, 2024
1 parent 11cc30a commit 263da1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ FALLBACK_STYLE="$3"
EXCLUDE_REGEX="$4"
INCLUDE_REGEX="$5"

echo "in wrapper.sh"

docker run \
--volume "$(pwd)":"$(pwd)" \
--workdir "$(pwd)" \
Expand Down

0 comments on commit 263da1b

Please sign in to comment.