Skip to content

Commit bf00466

Browse files
committed
zero-downtime example
1 parent 9cb21ff commit bf00466

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-all.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ then
8888
# (add new modules above the rest so you get quicker feedback if it fails)
8989
build_maven_module "spring-boot/zero-downtime"
9090
build_maven_module "spring-boot/feature-flags"
91-
build maven_module "aws/springcloudses"
91+
build_maven_module "aws/springcloudses"
9292
build_gradle_module "aws/spring-cloud-caching-redis"
93-
build maven_module "spring-boot/spring-boot-camel"
93+
build_maven_module "spring-boot/spring-boot-camel"
9494
build_maven_module "logging/spring-boot"
9595
build_maven_module "logging/logback"
9696
build_maven_module "logging/log4j"
@@ -103,7 +103,7 @@ fi
103103

104104
if [[ "$MODULE" == "module5" ]]
105105
then
106-
build maven_module "aws/aws-dynamodb"
106+
build_maven_module "aws/aws-dynamodb"
107107
build_maven_module "spring-boot/spring-boot-testconfiguration"
108108
build_maven_module "aws/springcloudrds"
109109
build_maven_module "aws/springcloudsqs"

0 commit comments

Comments
 (0)