#36159 is failing at the npm stage because git is not included in the alpine docker image. See explanation
The fix is very simple for someone who has access to the docker image
ping @bembelimen @HLeithner
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-11-30 13:29:25 |
Closed_By | ⇒ | HLeithner |
Thanks very much
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/joomla-projects/joomla-a11y-checker.git
npm ERR!
npm ERR! Host key verification failed.
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR! exited with error code: 128
the package.json needs to be https://github.com/joomla-projects/joomla-a11y-checker.git not ssh://git@
ok - updated and trying again.
PS blame @bembelimen he wrote that part
same error.
couldn't be the same?! do you have a link?
have seen it, it's strange because it uses the wrong urls...
created a pr on your branch brianteeman#133