From 4f0a41d80ee830f24109002f7c2c55ea1ed80449 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 11 Oct 2017 15:22:46 -0700 Subject: [PATCH] Fix pipeline stage script --- ci/scripts/stage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/stage.sh b/ci/scripts/stage.sh index 3d3973789f..35c99226a7 100755 --- a/ci/scripts/stage.sh +++ b/ci/scripts/stage.sh @@ -36,7 +36,7 @@ git commit -m"Release v$stageVersion" > /dev/null git tag -a "v$stageVersion" -m"Release v$stageVersion" > /dev/null run_maven -f spring-boot-project/pom.xml clean deploy -U -Dfull -DaltDeploymentRepository=distribution::default::file://${repository} -run_maven -f spring-boot-tests/spring-boot-sample-tests/pom.xml clean install -U -Dfull -Drepository=file://${repository} +run_maven -f spring-boot-samples/pom.xml clean install -U -Dfull -Drepository=file://${repository} run_maven -f spring-boot-tests/spring-boot-integration-tests/pom.xml clean install -U -Dfull -Drepository=file://${repository} run_maven -f spring-boot-tests/spring-boot-deployment-tests/pom.xml clean install -U -Dfull -Drepository=file://${repository}