Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erreur inattendue dans le pipeline #17

Closed
Jean-Baptiste-Lasselle opened this issue Aug 27, 2023 · 3 comments
Closed

Erreur inattendue dans le pipeline #17

Jean-Baptiste-Lasselle opened this issue Aug 27, 2023 · 3 comments

Comments

@Jean-Baptiste-Lasselle
Copy link
Author

Jean-Baptiste-Lasselle commented Aug 27, 2023

After a few tests, I think likely the error appeared because of a recent (in the last 24hours) change to the https://get.pnpm.io/install.sh shell script

@Jean-Baptiste-Lasselle
Copy link
Author

Jean-Baptiste-Lasselle commented Aug 27, 2023

There you go, i found where the error is coming from :

  • I execute, in a circle ci pipeline, in a debian bookworm docker container :
curl -fsSL https://get.pnpm.io/install.sh | tee ./pnpm.installation.script.sh
  • and here is the displayed output in the circle ci pipeline :
    image

So there are only 3 possible explanations I can fathom, this is either caused by :

  • Circle CI messing up the script characters,
  • this is coming from PNPM team, either the https://get.pnpm.io server has an issue, or the script itself recently changed
  • this is coming from a recent change in github (pages?) infrastructure configuration

See also pnpm/pnpm.io#449

@Jean-Baptiste-Lasselle
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant