Merge pull request #6495 from wainersm/fix-kata-deploy-ci

A couple of kata-deploy fixes
This commit is contained in:
Wainer Moschetta
2023-03-20 13:48:02 -03:00
committed by GitHub
4 changed files with 7 additions and 2 deletions

View File

@@ -58,7 +58,8 @@ function install_artifacts() {
echo "copying kata artifacts onto host"
cp -au /opt/kata-artifacts/opt/kata/* /opt/kata/
chmod +x /opt/kata/bin/*
chmod +x /opt/kata/runtime-rs/bin/*
[ -d /opt/kata/runtime-rs/bin ] && \
chmod +x /opt/kata/runtime-rs/bin/*
}
function configure_cri_runtime() {