Skip to content

Commit

Permalink
testing the exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
mikereiddigital committed Oct 31, 2024
1 parent 3bd4eae commit abf6a87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ for file in "$DIR"/*.json; do
FILE_NAME=$(basename "$file" .json)

# Ensures we ignore the Modernisaiton Platform environments.
if [[ ! " ${MP_ENVS[@]} " =~ " $file " ]]; then
if [[ ! " ${MP_ENVS[@]} " =~ " $FILE_NAME " ]]; then

file_path="$REMOTE_DIR/$FILE_NAME.json"

Expand Down

0 comments on commit abf6a87

Please sign in to comment.