CI Joe 中的 Rails 依赖问题

发布于 2024-11-08 13:42:59 字数 435 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一身骄傲 2024-11-15 13:42:59

这似乎是 CI joe 的一个错误,正在此处修复。该补丁对我来说效果很好。

This appears to be a bug with CI joe, it is being fixed here. The patch worked fine for me.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文