Do not display that the jar have been created if we don't create it.

This commit is contained in:
garronej
2023-09-04 02:29:16 +02:00
parent 28288a8f7b
commit de261a27ca

View File

@ -77,9 +77,13 @@ export async function main() {
logger.log( logger.log(
[ [
"", "",
...(!buildOptions.doCreateJar
? []
: [
`✅ Your keycloak theme has been generated and bundled into .${pathSep}${pathRelative(reactAppRootDirPath, jarFilePath)} 🚀`, `✅ Your keycloak theme has been generated and bundled into .${pathSep}${pathRelative(reactAppRootDirPath, jarFilePath)} 🚀`,
`It is to be placed in "/opt/keycloak/providers" in the container running a quay.io/keycloak/keycloak Docker image.`, `It is to be placed in "/opt/keycloak/providers" in the container running a quay.io/keycloak/keycloak Docker image.`,
"", ""
]),
//TODO: Restore when we find a good Helm chart for Keycloak. //TODO: Restore when we find a good Helm chart for Keycloak.
//"Using Helm (https://github.com/codecentric/helm-charts), edit to reflect:", //"Using Helm (https://github.com/codecentric/helm-charts), edit to reflect:",
"", "",