Skip to content

Commit

Permalink
Fix vault path name
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros, Sapranidis <[email protected]>
  • Loading branch information
alexsapran committed Jul 14, 2023
1 parent fe638b5 commit 00bd540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/hooks/pre-command
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail

DOCKER_REGISTRY_SECRET_PATH="kv/ci-shared/platform-ingest/docker_registry_prod"

DRA_SECRET_PATH="kv/ci-shared/release/dra-role"
CI_DRA_ROLE_PATH="kv/ci-shared/release/dra-role"

if [[ "$BUILDKITE_PIPELINE_SLUG" == "elastic-agent-package" ]]; then
if [[ "$BUILDKITE_STEP_KEY" == "package_elastic-agent" ]]; then
Expand Down

0 comments on commit 00bd540

Please sign in to comment.