[PATCH] ci: Correct kas command invocation of ci_setup script

14 views
Skip to first unread message

Badrikesh Prusty

unread,
Apr 3, 2025, 6:32:41 PM4/3/25
to isar-...@googlegroups.com, badrikesh prusty
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

Baurzhan Ismagulov

unread,
May 7, 2025, 9:37:29 AM5/7/25
to isar-...@googlegroups.com
On 2025-04-04 04:01, 'Badrikesh Prusty' via isar-users wrote:
> 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>

Applied to next, thanks.

With kind regards,
Baurzhan
Reply all
Reply to author
Forward
0 new messages