-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): generate examples with the pulumi installed by Make (#154)
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`.
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters