devi script

This commit is contained in:
Ralph Soika 2024-11-25 11:20:56 +01:00
parent c34ed64445
commit a18a365898

2
devi
View file

@ -61,7 +61,7 @@ fi
if [[ "$(strip_dash $1)" == "deploy" ]]; then if [[ "$(strip_dash $1)" == "deploy" ]]; then
echo " Deploy to Imixs-Cloud..." echo " Deploy to Imixs-Cloud..."
mvn clean install -Pkubernetes mvn clean install -Pkubernetes -DskipTests
fi fi