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

always use the latest pulumi dev version in CI #732

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

tgummerer
Copy link
Contributor

@tgummerer tgummerer commented Jan 22, 2024

Similar to pulumi/examples#1535, we would like to use the latest pulumi dev version here instead of just the latest version.

In fact in some places there was some (very outdated and no longer functional) code to attempt that. Instead of the latest dev version it downloaded 3.40.0-alpha.1663101047 as of the time of this writing, which is less than ideal. Always use the dev version here unless we explicitly request the "latest" version.

Fixes pulumi/pulumi#10728

Similar to pulumi/examples#1535, we would like
to use the latest pulumi dev version here instead of just the latest
version.

In face in some places there was some (very outdated and
non-functional) code to attempt that.  Instead of the latest dev
version it downloaded 3.40.0-alpha.1663101047 as of the time of this
writing, which is less than ideal.  Always use the dev version here
unless we explicity request the "latest" version.
@cnunciato cnunciato merged commit 1ce14f9 into master Jan 23, 2024
6 of 7 checks passed
@cnunciato cnunciato deleted the tg/use-dev-version-for-ci branch January 23, 2024 01:24
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.

Provide latest development builds
2 participants