add build option keepBuildDir

if set to true, will not cleanup build_keycloak directory
This commit is contained in:
Thomas Silvestre
2023-04-12 11:44:37 +02:00
parent 1ff0449332
commit 86884607ef
4 changed files with 25 additions and 4 deletions

View File

@ -78,6 +78,9 @@
},
"themeName": {
"type": "string"
},
"keepBuildDir": {
"type": "boolean"
}
},
"additionalProperties": false