This website requires JavaScript.
Explore
Help
Sign in
actions
/
buildah-build
Watch
1
Star
0
Fork
You've already forked buildah-build
0
mirror of
https://github.com/redhat-actions/buildah-build.git
synced
2025-06-08 10:01:34 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
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 17:08:21 -05:00
type
CommandResult
=
{
exitCode
:
number
output
:
string
error
:
string
}
;
Reference in a new issue
Copy permalink