pulumi / circleci

CircleCI Orbs for CI/CD using Pulumi.
Apache License 2.0
20 stars 15 forks source link

Modified the Orb to use the $HOME env var #3

Closed punkdata closed 5 years ago

punkdata commented 5 years ago

The login function specified a static path to the circleci user's home path /home/circleci/ which breaks on non-circleci executor images. I changed the path to use the ${HOME} env var so which should work on Linux image.

punkdata commented 5 years ago

@chrsmith can you take a look at this change & publish an updated orb? I have a pulumi demo that is failing because the Login function has a hardcoded file path.

chrsmith commented 5 years ago

https://circleci.com/orbs/registry/orb/pulumi/pulumi now has the pulumi/pulumi@1.0.1.