mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 10:01:34 +00:00
Group version output in the worklflow
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
133ced04cc
commit
a986183b13
4 changed files with 32 additions and 16 deletions
|
@ -14,7 +14,7 @@ export async function run(): Promise<void> {
|
|||
const cli: BuildahCli = new BuildahCli(buildahPath);
|
||||
|
||||
// print buildah version
|
||||
await cli.execute([ "version" ]);
|
||||
await cli.execute([ "version" ], { group: true });
|
||||
|
||||
// Check if fuse-overlayfs exists and find the storage driver
|
||||
await cli.setStorageOptsEnv();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue