File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,9 +95,9 @@ if [[ "${USE_PROD_DOCKER_CREDENTIALS:-}" == "true" ]]; then
9595fi
9696
9797if [[ " ${USE_PERF_CREDENTIALS:- } " == " true" ]]; then
98- PERF_METRICS_HOST=$( vault read -field=es_host /secret/ci/elastic-elasticsearch/microbenchmarks-metics )
99- PERF_METRICS_USERNAME=$( vault read -field=es_username /secret/ci/elastic-elasticsearch/microbenchmarks-metics )
100- PERF_METRICS_PASSWORD=$( vault read -field=es_password /secret/ci/elastic-elasticsearch/microbenchmarks-metics )
98+ PERF_METRICS_HOST=$( vault read -field=es_host /secret/ci/elastic-elasticsearch/microbenchmarks-metrics )
99+ PERF_METRICS_USERNAME=$( vault read -field=es_username /secret/ci/elastic-elasticsearch/microbenchmarks-metrics )
100+ PERF_METRICS_PASSWORD=$( vault read -field=es_password /secret/ci/elastic-elasticsearch/microbenchmarks-metrics )
101101
102102 export PERF_METRICS_HOST
103103 export PERF_METRICS_USERNAME
You can’t perform that action at this time.
0 commit comments