# HG changeset patch # User Marc Davis # Date 1725562900 14400 # Node ID 80f3564f2553a8d4a8b51295c40d25a95395c7da # Parent 2bd96ab37a7a225174356a82d2912c09b94c8bcc# Parent 208f77b60b783314cfce0a2ec05f46046d94c697 flow: Merged '2.20.0' to ('production'). diff -r 208f77b60b78 -r 80f3564f2553 .hgtags --- a/.hgtags Thu Sep 05 15:01:40 2024 -0400 +++ b/.hgtags Thu Sep 05 15:01:40 2024 -0400 @@ -30,3 +30,7 @@ 3508fd2d323a45dd1b341be3f45086b6325fcd4e 2.14.0 4b0c2c7e213b8cbc9d06a8ca84e97bc3ea37f5ad v2.15.0 5b027b3e5c8ed886430f1aa9b84afb075d5f0f9e 2.16.0 +9284ecfe940b442ebcc3f102f83fe0d032bc05fc v2.16.1 +2e67cfae15333ebe1dc729d5bde528b8547de41a v2.17.0 +0fd261e85cea54df0da9123bad84cea14a8d839e v2.18.0 +f897ce55c6104f37f414c81455da24d802a87dd6 v2.19.0 diff -r 208f77b60b78 -r 80f3564f2553 scripts/exec-all-projects-docker.sh --- a/scripts/exec-all-projects-docker.sh Thu Sep 05 15:01:40 2024 -0400 +++ b/scripts/exec-all-projects-docker.sh Thu Sep 05 15:01:40 2024 -0400 @@ -2,7 +2,7 @@ # Scans for standard SSDT docker projects in specified parent path and # executes the specified command. # -# The first parameter specifices the parent directory to search for. +# The first parameter specifies the parent directory to search for. # # The second parameter specifies the command to execute against each # SSDT standard docker project found under the parent directory. @@ -30,7 +30,7 @@ projectdir=`dirname $f` project=`basename $projectdir` cd $projectdir - if ls .env/ssdt-*-shared.properties 1> /dev/null 2>&1; then + if ls .env/*-shared.properties 1> /dev/null 2>&1; then echo "projectdir is $projectdir" echo -e "----\n$executing $COMMAND on $project \n----"