我正在使用cijoe在我的rails应用程序上进行持续集成。它在每次推送到github后运行"rake test“。
cijoe在我的ci服务器上返回如下内容:
Could not find factory_girl-1.3.3 in any of the sources
Try running `bundle install`.而在本地,它运行find。我的集成服务器和开发机器都使用rvm和Ruby1.9.2
每次拉出后,都会在ci服务器上正确运行捆绑包安装。
在以这种方式运行cijoe中
nohup cijoe . &发布于 2011-05-18 16:28:49
这似乎是CI joe的错误,正在修复here。这个补丁对我来说效果很好。
https://stackoverflow.com/questions/6030840
复制相似问题