Add central profile to releaser build command.

This commit is contained in:
Olga MaciaszekSharma
2021-09-22 12:42:26 +02:00
parent f5f147f64a
commit 88b516258f

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
./mvnw clean install -B -Pdocs ${@}
./mvnw clean install -B -Pdocs,central ${@}
cd spring-cloud-kubernetes-integration-tests
./run.sh ${@}