We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bccc6 commit 9f6094dCopy full SHA for 9f6094d
.buildkite/hooks/pre-command
@@ -96,7 +96,7 @@ fi
96
97
if [[ "${USE_PERF_CREDENTIALS:-}" == "true" ]]; then
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)
+ PERF_METRICS_USERNAME=$(vault read -field=es_user /secret/ci/elastic-elasticsearch/microbenchmarks-metrics)
100
PERF_METRICS_PASSWORD=$(vault read -field=es_password /secret/ci/elastic-elasticsearch/microbenchmarks-metrics)
101
102
export PERF_METRICS_HOST
0 commit comments