From 7c4b597816047a2ee3350764b0bfe67a7d0a8895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 24 Jul 2023 14:05:31 +0200 Subject: [PATCH] ci: nydus: Fix typo in "source" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We should source from `nydus_dir`, instead of `cri_containerd_dir`, and that was a leftover from fb4f7a002cf40d073868278eb59ba92a7f9514e0. Fixes: #6543 Signed-off-by: Fabiano FidĂȘncio --- tests/integration/nydus/gha-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/nydus/gha-run.sh b/tests/integration/nydus/gha-run.sh index 80ce8dcc3a..86707d504f 100755 --- a/tests/integration/nydus/gha-run.sh +++ b/tests/integration/nydus/gha-run.sh @@ -11,7 +11,7 @@ set -o pipefail kata_tarball_dir="${2:-kata-artifacts}" nydus_dir="$(dirname "$(readlink -f "$0")")" -source "${cri_containerd_dir}/../../common.bash" +source "${nydus_dir}/../../common.bash" function install_dependencies() { info "Installing the dependencies needed for running the nydus tests"