ci: Correct kas command invocation of ci_setup script

Message ID 20250403223100.1306280-1-badrikesh.prusty@siemens.com
State New
Headers show
Series ci: Correct kas command invocation of ci_setup script | expand

Commit Message

Badrikesh Prusty April 3, 2025, 10:31 p.m. UTC
From: badrikesh prusty <badrikesh.prusty@siemens.com>

The kas-container command is incorrectly returning its usage information
when passed the `--entrypoint /work/scripts/ci_setup.sh` argument, as the
`--entrypoint` flag is not a recognized argument.
To fix the issue, invoke the script with `kas-container shell --command`.

Signed-off-by: badrikesh prusty <badrikesh.prusty@siemens.com>
---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5e27dcbe..30849962 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -98,7 +98,7 @@  Plan merges to `master` so that both fit the two-week window; short extensions s
           meta:
           meta-isar:
     EOF
-    kas/kas-container --entrypoint /work/scripts/ci_setup.sh shell kas.yml
+    kas/kas-container shell --command /work/isar/scripts/ci_setup.sh kas.yml
     ```
 
     In kas shell: