From: Jan Kiszka <
jan.k...@siemens.com>
We now recommend to invoke the kas container via --command, and then the
entrypoint script is already run implicitly.
Fixes: 5be38c64184a ("ci: Correct kas command invocation of ci_setup script")
Signed-off-by: Jan Kiszka <
jan.k...@siemens.com>
---
scripts/ci_setup.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/ci_setup.sh b/scripts/ci_setup.sh
index f373d1c0..c6eeaeef 100755
--- a/scripts/ci_setup.sh
+++ b/scripts/ci_setup.sh
@@ -29,4 +29,4 @@ done
sudo apt-get install -y avocado qemu-system-arm qemu-system-x86
}
-exec /container-entrypoint ${*}
+bash
--
2.47.3