Killing server at the end of the build

This commit is contained in:
Marcin Grzejszczak
2020-01-23 18:38:25 +01:00
committed by Spencer Gibb
parent ffb84e8755
commit 8552b95c48

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"