# HG changeset patch # User Marc Davis # Date 1725468922 14400 # Node ID 0fd261e85cea54df0da9123bad84cea14a8d839e # Parent d53ae988d7d680ae5b5f37105774d6acb3615508# Parent 358ed4ed5367b3cb289e15143356759cce7f2b5a flow: Merged '2.18.0' to ('production'). diff -r 358ed4ed5367 -r 0fd261e85cea .hgtags --- a/.hgtags Wed Sep 04 12:55:21 2024 -0400 +++ b/.hgtags Wed Sep 04 12:55:22 2024 -0400 @@ -30,3 +30,5 @@ 3508fd2d323a45dd1b341be3f45086b6325fcd4e 2.14.0 4b0c2c7e213b8cbc9d06a8ca84e97bc3ea37f5ad v2.15.0 5b027b3e5c8ed886430f1aa9b84afb075d5f0f9e 2.16.0 +9284ecfe940b442ebcc3f102f83fe0d032bc05fc v2.16.1 +2e67cfae15333ebe1dc729d5bde528b8547de41a v2.17.0 diff -r 358ed4ed5367 -r 0fd261e85cea scripts/exec-all-projects-docker.sh --- a/scripts/exec-all-projects-docker.sh Wed Sep 04 12:55:21 2024 -0400 +++ b/scripts/exec-all-projects-docker.sh Wed Sep 04 12:55:22 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----"