CI Joe 中的 Rails 依赖问题
我正在使用 cijoe 在我的 Rails 应用程序上进行持续集成。每次推送到 github 后,它都会运行“rake 测试”。
cijoe 在我的 ci 服务器上返回这个:
Could not find factory_girl-1.3.3 in any of the sources
Try running `bundle install`.
而在本地它运行 find。我的集成服务器和开发机器都使用 rvm,并且 ruby 1.9.2
捆绑安装在每次拉取后都在 ci 服务器上正确运行。
以这种方式运行cijoe
nohup cijoe . &
I am using cijoe to do continuous integration on my rails app. It runs "rake test" after each push to github.
cijoe returns this on my ci server:
Could not find factory_girl-1.3.3 in any of the sources
Try running `bundle install`.
Whereas locally it runs find. Both my integration server and development machine use rvm and ruby 1.9.2
bundle install is properly ran on the ci server after each pull.
In run cijoe in this manner
nohup cijoe . &
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这似乎是 CI joe 的一个错误,正在此处修复。该补丁对我来说效果很好。
This appears to be a bug with CI joe, it is being fixed here. The patch worked fine for me.