opensearch-project/opensearch-ci
[Enhancement] Adding an entrypoint to allow custom Global Tools modifications
開放
#216 建立於 2022年11月2日
enhancementgood first issue
倉庫指標
- 星標
- (21 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Right now we are directly adding custom global tools configurations here:
This is not generic enough and we should follow the envVars approach here, by adding a class to read from a custom configurations files if we need any custom tweaks on the global tools:
Thanks.