Guillaume Nodet
Guillaume Nodet
> My use case is to be able to compare environment variables. Specifically, with GitLab CI, if `CI_COMMIT_REF_NAME` has the same value as `CI_DEFAULT_BRANCH`, then I want to enable stricter...
> Hmm, my approach was, e.g.: > > ``` > > > env.CI_COMMIT_REF_NAME > ${env.CI_DEFAULT_BRANCH} > > > ``` > > ...which seems fine to me 🤷 Yes, obviously that'll...
> @mbenson well a mini language got rejected multiple times on the list - this is where this sh solution comes from. ultimately I'm for having a multipass filtering to...
> > @mbenson well a mini language got rejected multiple times on the list - this is where this sh solution comes from. ultimately I'm for having a multipass filtering...
> That was what I originally considered, but I quickly came to the opinion that as soon as we did it that way, someone would want to use some such...
> From email thread: > > Guillaume Nodet [[email protected]](mailto:[email protected]) wrote: > > > I thought you were referring to having a small language in the > > property activation... >...
> Thanks @gnodet and @rmannibucau for the approvals! What is the next step? I'm nearly done with http://github.com/apache/maven/pull/1457, so as soon as that one is merged, we'll be able to...
@mbenson I've rebased the PR and ported it to the new v4 model builder, please have a look
> hi @gnodet ... so with the implementation having been largely duplicated from model-builder into api-impl, would the similar code remain in both places indefinitely, or will the model-builder code...
This is unexpected. The purge process should only remove files that have a last modified time earlier than the current date minus the purge period (which defaults to 7 days)....