mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 03:42:09 +00:00
tools.kata-webhook: Fix lib path
When moving the webhook we skipped the common.bash as (close-enough) version is already in `/tests` but we forgot to update the source path, fixing it here. Fixes: #8653 Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
This commit is contained in:
parent
1362918ff0
commit
3b0049b2a4
@ -11,7 +11,7 @@ set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
webhook_dir=$(dirname $0)
|
||||
source "${webhook_dir}/../lib/common.bash"
|
||||
source "${webhook_dir}/../../../tests/common.bash"
|
||||
source "${webhook_dir}/common.bash"
|
||||
|
||||
readonly hello_pod="hello-kata-webhook"
|
||||
|
Loading…
Reference in New Issue
Block a user