mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-20 09:01:23 +00:00
trying to make it work
This commit is contained in:
parent
b4dc19b4ba
commit
ad02cb8a12
3 changed files with 5152 additions and 3 deletions
5151
dist/index.js
vendored
5151
dist/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
@ -20,7 +20,7 @@ export async function run(): Promise<void> {
|
||||||
|
|
||||||
// get buildah cli
|
// get buildah cli
|
||||||
const buildahPath = await io.which("buildah", true);
|
const buildahPath = await io.which("buildah", true);
|
||||||
const cli: BuildahCli = new BuildahCli(buildahPath);
|
const cli: BuildahCli = new BuildahCli(`sudo ${buildahPath}`);
|
||||||
|
|
||||||
// print buildah version
|
// print buildah version
|
||||||
await cli.execute([ "version" ], { group: true });
|
await cli.execute([ "version" ], { group: true });
|
||||||
|
|
Loading…
Reference in a new issue