Paul Cichonski

Results 6 comments of Paul Cichonski

I was struggling with this trying to get my builds to only trigger on new tags and when the PR "trigger build" button is pressed. I've found a sort of...

@ryanewtaylor I _think_ you should be able to use `Build From` instead of ignore from to achieve both types of builds. For example if you set `Advanced Configuration > Branch...

A bit of a hack, but I've worked around this using the [replace directive](https://go.dev/ref/mod#go-mod-file-replace): ```go.mod go 1.18 require ( github.com/crewjam/saml v0.0.0-00010101000000-000000000000 github.com/crewjam/saml/samlidp v0.0.0-20220625143334-5e0ffd290abf ) replace github.com/crewjam/saml v0.0.0-00010101000000-000000000000 => github.com/crewjam/saml v0.4.8...

I'm guessing we would want `ci` to support this as well?

I think this is a valid use case. If we want elsy to be able to figure that out we might need to widen the scope of `lc.yml` to include...

I _think_ we already have that: `lc system upgrade`. The command is not documented and I don't think anyone ever uses it, but it might still work as it has...