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

chore(ci): generate examples with the pulumi installed by Make #154

Merged
merged 3 commits into from
Aug 20, 2024

Conversation

ctreatma
Copy link
Contributor

The tasks in the Makefile generally use a locally-installed copy of pulumi instead of using whatever may be installed on the current $PATH. The locally-installed copy is installed at .pulumi/bin/pulumi within the working directory.

While investigating issues with the release job in #152, I found that the example generation failed on my machine when using the pulumi command, but worked properly when using .pulumi/bin/pulumi. This may not solve the issues we're seeing with uncommitted changes in the release job, but nonetheless seems like a good thing to do.

The install_equinix_plugin task is also updated to declare its dependency on the locally-installed copy of pulumi.

Copy link

Does the PR have any schema changes?

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

@cprivitere cprivitere merged commit 0fa07a4 into main Aug 20, 2024
15 checks passed
@cprivitere cprivitere deleted the use-installed-pulumi branch August 20, 2024 14:57
Copy link

This PR is included in version 0.15.0 🎉

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

Successfully merging this pull request may close these issues.

2 participants