Check if docker installed and running

This commit is contained in:
Joseph Garrone
2024-05-18 11:09:04 +02:00
parent eba4ddbbd8
commit e69febe0c0
2 changed files with 41 additions and 2 deletions

View File

@ -11,8 +11,6 @@ import { readThisNpmPackageVersion } from "../tools/readThisNpmPackageVersion";
import * as os from "os";
export async function command(params: { cliCommandOptions: CliCommandOptions }) {
const { cliCommandOptions } = params;
check_if_maven_is_installed: {
let commandOutput: Buffer | undefined = undefined;
@ -41,6 +39,8 @@ export async function command(params: { cliCommandOptions: CliCommandOptions })
process.exit(1);
}
const { cliCommandOptions } = params;
const buildOptions = readBuildOptions({ cliCommandOptions });
console.log(