Skip to content
代码片段 群组 项目
提交 0065cda2 编辑于 作者: Thong Kuah's avatar Thong Kuah
浏览文件

Fix db_tasks script not returning error code

Return error exit code if system failed to run
上级 f559dbfd
No related branches found
No related tags found
无相关合并请求
......@@ -14,4 +14,4 @@ cmd = ['bundle', 'exec', 'rake', task, *ARGV]
puts "Running: `#{cmd.join(' ')}`"
system(*cmd)
exit 1 unless system(*cmd)
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册