launchrctl / launchr

Launchr is a CLI action runner that executes actions inside short-lived local containers.
Apache License 2.0
11 stars 2 forks source link

Failling actions do not return an error code #17

Closed davidferlay closed 10 months ago

davidferlay commented 10 months ago

To reproduce

Observed

➜ launchrctl platform:test        
Image "test:latest" doesn't exist locally, building...
...
Successfully built 0a8a7f65233b
Successfully tagged test:latest
+ pwd
/host
+ exit 1

➜ echo $?                                                                                                    
0

Expected

davidferlay commented 10 months ago

Working as expected :ok_hand:

image