mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 01:49:03 +00:00
readme + cleaning
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
This commit is contained in:
parent
2168b4e067
commit
1196e988b8
4 changed files with 98 additions and 7 deletions
|
@ -103,8 +103,8 @@ export class BuildahCli implements Buildah {
|
|||
};
|
||||
const exitCode = await exec.exec(this.executable, args, options);
|
||||
if (exitCode === 1) {
|
||||
return Promise.resolve({ succeeded: false, error: error });
|
||||
return Promise.resolve({ succeeded: false, error });
|
||||
}
|
||||
return Promise.resolve({ succeeded: true, output: output });
|
||||
return Promise.resolve({ succeeded: true, output });
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue