changeset 586:f897ce55c610 production v2.19.0

flow: Merged <release> '2.19.0' to <master> ('production').
author Marc Davis <marc.davis@mcoecn.org>
date Thu, 05 Sep 2024 14:09:51 -0400
parents 75dc020afb24 (diff) 52bc2eed9c01 (current diff)
children 2bd96ab37a7a
files
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.hgtags	Thu Sep 05 14:09:50 2024 -0400
+++ b/.hgtags	Thu Sep 05 14:09:51 2024 -0400
@@ -30,3 +30,6 @@
 3508fd2d323a45dd1b341be3f45086b6325fcd4e 2.14.0
 4b0c2c7e213b8cbc9d06a8ca84e97bc3ea37f5ad v2.15.0
 5b027b3e5c8ed886430f1aa9b84afb075d5f0f9e 2.16.0
+9284ecfe940b442ebcc3f102f83fe0d032bc05fc v2.16.1
+2e67cfae15333ebe1dc729d5bde528b8547de41a v2.17.0
+0fd261e85cea54df0da9123bad84cea14a8d839e v2.18.0
--- a/scripts/exec-all-projects-docker.sh	Thu Sep 05 14:09:50 2024 -0400
+++ b/scripts/exec-all-projects-docker.sh	Thu Sep 05 14:09:51 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----"