From bf004661b0445b4017060be0b3ee8b70af518b2b Mon Sep 17 00:00:00 2001 From: Tom Hombergs Date: Wed, 4 Aug 2021 06:35:11 +1000 Subject: [PATCH] zero-downtime example --- build-all.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-all.sh b/build-all.sh index 96d08d1..b52333f 100755 --- a/build-all.sh +++ b/build-all.sh @@ -88,9 +88,9 @@ then # (add new modules above the rest so you get quicker feedback if it fails) build_maven_module "spring-boot/zero-downtime" build_maven_module "spring-boot/feature-flags" - build maven_module "aws/springcloudses" + build_maven_module "aws/springcloudses" build_gradle_module "aws/spring-cloud-caching-redis" - build maven_module "spring-boot/spring-boot-camel" + build_maven_module "spring-boot/spring-boot-camel" build_maven_module "logging/spring-boot" build_maven_module "logging/logback" build_maven_module "logging/log4j" @@ -103,7 +103,7 @@ fi if [[ "$MODULE" == "module5" ]] then - build maven_module "aws/aws-dynamodb" + build_maven_module "aws/aws-dynamodb" build_maven_module "spring-boot/spring-boot-testconfiguration" build_maven_module "aws/springcloudrds" build_maven_module "aws/springcloudsqs"