Killing server at the end of the build

This commit is contained in:
Marcin Grzejszczak
2020-01-23 18:38:25 +01:00
parent 924b723a92
commit 4fff1a3e6b

View File

@@ -3,4 +3,4 @@
./src/test/bash/install_vault.sh
./src/test/bash/create_certificates.sh
./src/test/bash/local_run_vault.sh &
./mvnw clean install -Pdocs
./mvnw clean install -Pdocs && pkill -f "vault server"