Skip to content

Commit d1cf103

Browse files
jkmasselmokagio
andauthored
Failure isn't always user error
Co-authored-by: Gio Lodi <giovanni.lodi42@gmail.com>
1 parent 681e883 commit d1cf103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/actions/common/buildkite_trigger_build_action.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def self.run(params)
2121
}
2222
)
2323

24-
response.state == 'scheduled' ? UI.message('Done!') : UI.user_error!("Failed to start job\nError: [#{response}]")
24+
response.state == 'scheduled' ? UI.message('Done!') : UI.crash!("Failed to start job\nError: [#{response}]")
2525
end
2626

2727
#####################################################

0 commit comments

Comments
 (0)