This website requires JavaScript.
Explore
Help
Sign in
actions
/
buildah-build
Watch
2
Star
0
Fork
You've already forked buildah-build
0
mirror of
https://github.com/redhat-actions/buildah-build.git
synced
2025-04-20 09:01:23 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
75dab40354
buildah-build
/
src
/
types.ts
6 lines
84 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Fix error handling Signed-off-by: Tim Etchells <tetchell@redhat.com>
2020-11-23 22:08:21 +00:00
type
CommandResult
=
{
exitCode
:
number
output
:
string
error
:
string
}
;
Reference in a new issue
Copy permalink