From: badrikesh prusty <
badrikes...@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 <
badrikes...@siemens.com>
---
CONTRIBUTING.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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:
--
2.39.5