Fernando Barbosa
Fernando Barbosa
FWIW I'll add another anecdata here. I'm testing Kaniko at my workplace and had the exact same issue building a Golang 1.17 project. I could not figure out why Kaniko...
I've noticed that this was merged on July 2019, and is part of Kubernetes release 1.16 https://github.com/kubernetes/kubernetes/pull/74526 It seems to not be GA and requires a command line flag `HPAScaleToZero`....
Thanks for the suggestion @cihati. However I'll admit that I don't have a Mac and have zero experience with brew so I wouldn't even know where to start. The CI...
Hi @kantoniak. Yes, and there's an example of this being used as a github action in this very repo: https://github.com/fernandrone/linelint/blob/master/.github/workflows/lint.yml. There's also some more information in the README. Please let...
Oh, yeah, I got you now. You are correct, you can use this as an workflow but the individual options are not supported. _However_ the workflow will *still* read the...
Hey @kantoniak I've decided to take a quick look at this and I'm not sure it's possible with this syntax: ```yaml - name: Linelint uses: fernandrone/linelint@master id: linelint rules: end-of-file:...
Hey, thanks for asking; just a disclaimer: I haven't dedicated a lot of time on this project for the past months, mostly because I'm happy with what it does right...
This was a problem for me as well so I've attempted a fix here https://github.com/woodpecker-ci/woodpecker/pull/3601
FWIW I've tested this on my organization's internal repositories and it works as expected 👍🏻
I've got a related issue, which is somewhat worrisome. I was able to reproduce the original buck on a 2.3.0 installation with Kubernetes backend. I've observed it's inconsistent: sometimes cancelling...