Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Do committed Feb 7, 2024
1 parent cc6daa2 commit dfe1255
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/templates/docker_context/docker_context.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set -e

# Find docker compose files in 'modules' directory
modules=$(find modules -maxdepth 1 -name "docker-compose*")
modules_modified=false

# Initialize an empty array for JSON objects
json_objects=()
Expand All @@ -21,6 +22,7 @@ while read -r module; do
# Only work with modules that are modified
if [[ $1 = *$module_out* ]]; then
echo "$module_out modified"
modules_modified=true
else
echo "$module_out not changed"
continue
Expand Down
2 changes: 1 addition & 1 deletion src/action/test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4
5

0 comments on commit dfe1255

Please sign in to comment.