Skip to content

Commit

Permalink
Add hook path
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gr committed Dec 27, 2024
1 parent cc9b79a commit 9f01f00
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 @@ -4,7 +4,7 @@ set -euo pipefail

# needed in some systems where retry is not available
if ! declare -f retry > /dev/null; then
source ../scripts/retry.sh
source "${BUILDKITE_HOOK_PATH}/../scripts/retry.sh"
fi

# Secrets must be redacted
Expand Down

0 comments on commit 9f01f00

Please sign in to comment.