Skip to content

Commit

Permalink
Clean for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Do committed Feb 8, 2024
1 parent b459a55 commit f07412f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/templates/docker_context/docker_context.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ modules=$(find modules -maxdepth 1 -name "docker-compose*")
# Initialize an empty array for JSON objects
json_objects=()

echo "input is $1"
echo "Incoming modified modules are $1"

# Loop through each module
while read -r module; do
Expand Down

0 comments on commit f07412f

Please sign in to comment.