From 976b379d4934a167fc58a03e6064c17887dc709d Mon Sep 17 00:00:00 2001 From: Olga MaciaszekSharma Date: Wed, 22 Sep 2021 16:27:10 +0200 Subject: [PATCH] Revert "Updating release command so that central profile is added last" This reverts commit 7053a00702c98dcfe3524abbedb76e9754029e9f. --- config/releaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/releaser.yml b/config/releaser.yml index 87364cff..b022b0be 100644 --- a/config/releaser.yml +++ b/config/releaser.yml @@ -1,2 +1,2 @@ releaser.maven.build-command: ./scripts/integration-tests.sh -releaser.maven.deploy-command: ./mvnw dockerfile:push -pl :spring-cloud-kubernetes-configuration-watcher -Pdockerpush && ./mvnw deploy -DskipTests -B -Pfast,deploy {{systemProps}} +releaser.maven.deploy-command: ./mvnw deploy -DskipTests -B -Pfast,deploy {{systemProps}} && ./mvnw dockerfile:push -pl :spring-cloud-kubernetes-configuration-watcher -Pdockerpush