trying to make it work

This commit is contained in:
omer nitzan 2023-08-29 14:42:59 +03:00
parent b4dc19b4ba
commit ad02cb8a12
3 changed files with 5152 additions and 3 deletions

5151
dist/index.js vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View file

@ -20,7 +20,7 @@ export async function run(): Promise<void> {
// get buildah cli
const buildahPath = await io.which("buildah", true);
const cli: BuildahCli = new BuildahCli(buildahPath);
const cli: BuildahCli = new BuildahCli(`sudo ${buildahPath}`);
// print buildah version
await cli.execute([ "version" ], { group: true });