Print buildah version at the top of the workflow
Some checks failed
CI checks / Check Input and Output enums (push) Has been cancelled
CI checks / Run ESLint (push) Has been cancelled
CI checks / Check Distribution (push) Has been cancelled
Build from dockerfile / Build image using Buildah (push) Has been cancelled
Build / Build image using Buildah (push) Has been cancelled
Some checks failed
CI checks / Check Input and Output enums (push) Has been cancelled
CI checks / Run ESLint (push) Has been cancelled
CI checks / Check Distribution (push) Has been cancelled
Build from dockerfile / Build image using Buildah (push) Has been cancelled
Build / Build image using Buildah (push) Has been cancelled
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
71b37c4385
commit
54ff9945b9
4 changed files with 6 additions and 3 deletions
|
@ -131,7 +131,7 @@ export class BuildahCli implements Buildah {
|
|||
return `${arrayAsString.slice(0, -1)}]`;
|
||||
}
|
||||
|
||||
private async execute(args: string[], execOptions: exec.ExecOptions = {}): Promise<CommandResult> {
|
||||
async execute(args: string[], execOptions: exec.ExecOptions = {}): Promise<CommandResult> {
|
||||
// ghCore.info(`${EXECUTABLE} ${args.join(" ")}`)
|
||||
|
||||
let stdout = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue