From b7cf9ba6d94df95d05c1818c5984e4491f54117b Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 30 Oct 2017 09:52:42 +0100 Subject: [PATCH] Add release tooling config --- config/build.sh | 6 ++++++ config/releaser.yml | 3 +++ 2 files changed, 9 insertions(+) create mode 100755 config/build.sh create mode 100644 config/releaser.yml diff --git a/config/build.sh b/config/build.sh new file mode 100755 index 00000000..bab3c54c --- /dev/null +++ b/config/build.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +./src/test/bash/install_vault.sh +./src/test/bash/create_certificates.sh +./src/test/bash/local_run_vault.sh & +./mvnw clean install diff --git a/config/releaser.yml b/config/releaser.yml new file mode 100644 index 00000000..7a1b4c30 --- /dev/null +++ b/config/releaser.yml @@ -0,0 +1,3 @@ +releaser: + maven: + buildCommand: ./config/build.sh