From 58b9394cd607980c148263f0e431dab3c33ab22a Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Wed, 22 Sep 2021 15:52:41 -0400 Subject: [PATCH] Updating deploy command --- config/releaser.yml | 2 +- scripts/deploy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ${@}