pvillard31 commented on PR #9477:
URL: https://github.com/apache/nifi/pull/9477#issuecomment-2450549125
Hey @EndzeitBegins - thanks for the feedback! I don't think it's really
needed here but I'm definitely not against adding a property if you feel like
this is better (I just tried to keep configuration super easy). The reason why
I don't think this is needed is because, if the repo is used only for flows,
then it would look like:
````
- .github
- bucket1
- bucket2
````
But if the repo is going to be for more than just flows, then the registry
client would be configured with a repo path (`flows`) and it would be something
like:
````
- .github
- flows
- bucket1
- bucket2
- docs
````
Having said that... are you aware of CI/CD stacks that would create/expect a
non hidden directory at the root level?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]