Updating deploy command

This commit is contained in:
Ryan Baxter
2021-09-22 15:52:41 -04:00
parent 84765c6153
commit 58b9394cd6
2 changed files with 2 additions and 2 deletions

View File

@@ -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}}

View File

@@ -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 ${@}