Merge pull request #9023 from ldoktor/webhook-path

tools.kata-webhook: Fix lib path
This commit is contained in:
Wainer Moschetta 2024-02-15 12:34:01 -03:00 committed by GitHub
commit db744aa8d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ set -o nounset
set -o pipefail set -o pipefail
webhook_dir=$(dirname $0) webhook_dir=$(dirname $0)
source "${webhook_dir}/../lib/common.bash" source "${webhook_dir}/../../../tests/common.bash"
source "${webhook_dir}/common.bash" source "${webhook_dir}/common.bash"
readonly hello_pod="hello-kata-webhook" readonly hello_pod="hello-kata-webhook"