|
|
|
|
|
by boyter
3266 days ago
|
|
My number one complaint with Concourse (which I suspect is due to Go) is that you need to have it hosted with a valid TLS/SSL cert in order to use the fly command. At least this was an issue in the 2.6.0 days, but I couldn't see anything to change this in the recent versions. This is rather annoying if you want to run a copy on your local network say at home. Its very frustrating because the fly command solves the biggest issue with IWOMM (it works on my machine) by allowing you to run code and tests on another machine before committing anything. I think from memory I tried using self signed certs and this also had issues for one reason or another. That said it is still the best CI system I have used to date. |
|