Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/hooks/pre-command
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down