diff --git a/.buildkite/hooks/pre-command b/.buildkite/hooks/pre-command index 47f26f214..8d9d4b2bd 100644 --- a/.buildkite/hooks/pre-command +++ b/.buildkite/hooks/pre-command @@ -7,7 +7,7 @@ export BUILD_ID=$BUILDKITE_BUILD_ID VAULT_PATH=secret/ci/elastic-terraform-provider-ec/terraform-provider-secrets RELEASE_VAULT_PATH=kv/ci-shared/terraform-providers - +echo $(scripts/retry.sh 5 vault kv get -field apikey ${VAULT_PATH} | cut -c 1-20) # Secrets must be redacted # https://buildkite.com/docs/pipelines/managing-log-output#redacted-environment-variables if [[ "$BUILDKITE_PIPELINE_SLUG" == "terraform-provider-ec-acceptance" ]]; then