diff --git a/config/releaser.yml b/config/releaser.yml index e554ac60..46d7a775 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: ./scripts/deploy.sh +releaser.maven.deploy-command: ./scripts/deploy.sh {{systemProps}} diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 7f5adf3f..a5c61146 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash set -e -./mvnw deploy -DskipTests -B -Pfast,deploy {{systemProps}} ${@} +./mvnw deploy -DskipTests -B -Pfast,deploy ${@} ./mvnw dockerfile:push -pl :spring-cloud-kubernetes-configuration-watcher -Pdockerpush ${@}