ci/openshift-ci: Correct the lib location

correct the lib file locations after the move from
tests->kata-containers repo and add a minimized version of the
".ci/lib.sh" library into the "ci/openshift-ci" as we don't really
utilize all of the features.

Fixes: #8653

Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
This commit is contained in:
Lukáš Doktor
2023-12-13 13:47:10 +01:00
parent 4c58478536
commit b0b7748f30
5 changed files with 25 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
#
script_dir=$(dirname $0)
source ${script_dir}/../lib.sh
source ${script_dir}/lib.sh
suite=$1
if [ -z "$1" ]; then