This morning in our `CICD build container` I saw t...
# install
w
This morning in our
CICD build container
I saw the following:
Copy code
curl -sSL <https://get.pulumi.com>
error: could not determine latest version of Pulumi, try passing --version X.Y.Z to
       install an explicit version
We're sorry, but it looks like something might have gone wrong during installation.
If you need help, please join us on <https://slack.pulumi.com/>
are there any issues with
<https://get.pulumi.com>
right now?
g
I'm not aware of any issues. I just ran it myself on an ubuntu instance and it installed correctly.
If you run it again, do you get the same error?
w
I installed it in the builder container (rather than running during the build). It’s fine now. Just a weird message for a convenience script to have. “Please supply the exact version” hehe