Return true if nothing has failed in cli#279
Return true if nothing has failed in cli#279logingood wants to merge 1 commit intoenvato:masterfrom logingood:master
Conversation
|
this looks wrong to me, the result of execute_stacks_command is not used anywhere afaik |
|
yep ... lib/stack_master/commands/apply.rb does never return true |
|
The exit is correct in that position afaik, we want |
|
it doesn't go in command.rb:26, will take further look |
|
@grosser it comes from here https://github.com/envato/stack_master/blob/master/bin/stack_master#L14, thing does |
|
|
well, I probably getting the problem wrong, anyway would appreciate any help, also will look into tests. |
We should ensure that we return true,
otherwise changes introduced in #276 will cause stack_master to always
exit with code 1, which breaks integration tests.
Addresses issues opened in #277.
cc: @grosser