Skip to content

Commit

Permalink
change the script to find modules to build
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytropolityka committed Aug 10, 2024
1 parent 7580d37 commit 411b3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/images-to-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi
ATHENA_CHANGED=$(echo "$CHANGED_FILES" | grep -q "^athena" && echo "true" || echo "false")

# Loop over all root level directories and modules
for DIR in modules/*/ */; do
for DIR in modules/*/*/ */; do
# If a Dockerfile exists in the directory
if [[ -e "${DIR}Dockerfile" ]]; then
DIR=${DIR%/} # Remove trailing slash
Expand Down

0 comments on commit 411b3e7

Please sign in to comment.