jomarko commented on PR #2861:
URL:
https://github.com/apache/incubator-kie-tools/pull/2861#issuecomment-2597480361
it seems the fails is related to changes:
```
> @kie-tools/[email protected]
_build-step:setup-git-repo-content
/home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/kie-sandbox-accelerator-quarkus
> export GIT_USER_EMAIL=$(git config get user.email) && export
GIT_USER_NAME=$(git config get user.name) && mkdirp ./dist-dev/git-repo-content
&& cpy './dist/git-repo-content/**' ./dist-dev/git-repo-content && cd
./dist-dev/git-repo-content && git init --initial-branch main && git remote add
repo ../git-repo-bare.git && git config set user.email $GIT_USER_EMAIL && git
config set user.name $GIT_USER_NAME && git add . && git commit -m 'Single
commit' && git push repo main
Initialized empty Git repository in
/home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/kie-sandbox-accelerator-quarkus/dist-dev/git-repo-content/.git/
error: wrong number of arguments, should be 2
ELIFECYCLE Command failed with exit code 129.
ELIFECYCLE Command failed with exit code 129.
/home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/kie-sandbox-accelerator-quarkus:
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL
@kie-tools/[email protected] build:prod: `pnpm run _build
&& pnpm run test`
Exit status 129
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]