robot_sweatshop icon indicating copy to clipboard operation
robot_sweatshop copied to clipboard

Lightweight, non-opinionated Continuous Integration

Results 4 robot_sweatshop issues
Sort by recently updated
recently updated
newest added

https://blog.bitbucket.org/2015/06/24/the-new-bitbucket-webhooks/ Bitbucket changed everything about how they do webhooks. The payload parser for that needs an update I suppose.

``` commands: - git-sync [email protected]:JScott/robot_sweatshop.git - rake test ``` This is a thing that takes a long time and will fail a lot (because Robot Sweatshop is already running!). I...

``` [root@sweatshop ~]# gem install robot_sweatshop Fetching: contracts-0.9.gem (100%) Successfully installed contracts-0.9 Fetching: moneta-0.8.0.gem (100%) Successfully installed moneta-0.8.0 Fetching: configatron-4.5.0.gem (100%) Successfully installed configatron-4.5.0 Fetching: colorize-0.7.7.gem (100%) Successfully installed colorize-0.7.7...

Standard Sinatra problem. I need a custom logger I think, such as in http://spin.atomicobject.com/2013/11/12/production-logging-sinatra/.