opensearch-project/opensearch-ci
[Enhancement] Adding an entrypoint to allow custom Global Tools modifications
オープン
#216 opened on 2022/11/02
enhancementgood first issue
Repository metrics
- Stars
- (21 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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.