Updating release command so that central profile is added last

This commit is contained in:
Ryan Baxter
2021-09-22 09:04:44 -04:00
committed by Olga MaciaszekSharma
parent 138f3a74c7
commit 7053a00702

View File

@@ -1,2 +1,2 @@
releaser.maven.build-command: ./scripts/integration-tests.sh
releaser.maven.deploy-command: ./mvnw deploy -DskipTests -B -Pfast,deploy {{systemProps}} && ./mvnw dockerfile:push -pl :spring-cloud-kubernetes-configuration-watcher -Pdockerpush
releaser.maven.deploy-command: ./mvnw dockerfile:push -pl :spring-cloud-kubernetes-configuration-watcher -Pdockerpush && ./mvnw deploy -DskipTests -B -Pfast,deploy {{systemProps}}