I have updated to the latest Docker container @notriddle, seeing builds triggered but this is now happening when running r+ (batch is crashing and being cancelled, only after the build has passed successfully):
{{:badmatch, {:error, :push, 422}},
[
{BorsNG.Worker.Batcher, :complete_batch, 3,
[file: 'lib/worker/batcher.ex', line: 389]},
{BorsNG.Worker.Batcher, :maybe_complete_batch, 1,
[file: 'lib/worker/batcher.ex', line: 376]},
{BorsNG.Worker.Batcher, :poll_, 1,
[file: 'lib/worker/batcher.ex', line: 202]},
{BorsNG.Worker.Batcher, :handle_info, 2,
[file: 'lib/worker/batcher.ex', line: 184]},
{:gen_server, :try_dispatch, 4,
[file: 'gen_server.erl', line: 637]},
{:gen_server, :handle_msg, 6,
[file: 'gen_server.erl', line: 711]},
{:proc_lib, :init_p_do_apply, 3,
[file: 'proc_lib.erl', line: 249]}
]}
Any assistance would be grand. My configuration file looks like this:
status = [ "continuous-integration/travis-ci/%" ]
timeout_sec = 600
delete_merged_branches = true
required_approvals = 1