Group version output in the worklflow

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-04-09 19:46:24 +05:30
parent 133ced04cc
commit a986183b13
4 changed files with 32 additions and 16 deletions

View file

@ -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();