diff --git a/.github/templates/docker_context/docker_context.sh b/.github/templates/docker_context/docker_context.sh index 295eb3bb..bdb278a8 100755 --- a/.github/templates/docker_context/docker_context.sh +++ b/.github/templates/docker_context/docker_context.sh @@ -12,6 +12,8 @@ modules_modified=false # Initialize an empty array for JSON objects json_objects=() +echo "input is $1" + # Loop through each module while read -r module; do diff --git a/src/interfacing/test2.txt b/src/interfacing/test2.txt index d8263ee9..bf0d87ab 100644 --- a/src/interfacing/test2.txt +++ b/src/interfacing/test2.txt @@ -1 +1 @@ -2 \ No newline at end of file +4 \ No newline at end of file