mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-09 20:07:49 +00:00
Merge pull request #9023 from ldoktor/webhook-path
tools.kata-webhook: Fix lib path
This commit is contained in:
commit
db744aa8d2
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user