changeset 578:0fd261e85cea production v2.18.0

flow: Merged <release> '2.18.0' to <master> ('production').
author Marc Davis <marc.davis@mcoecn.org>
date Wed, 04 Sep 2024 12:55:22 -0400
parents d53ae988d7d6 (diff) 358ed4ed5367 (current diff)
children 75dc020afb24
files tomcat-17/setenv.sh
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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----"