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

only install new pulumi version when there's a newer one available #1225

Merged
merged 1 commit into from
Jul 11, 2024

Commits on Jul 11, 2024

  1. only install new pulumi version when there's a newer one available

    Users can pass 'latest' as the 'pulumi-version' configuration setting.
    This currently means that they always download the latest version of
    the CLI, regardless of whether that's already installed or not.
    
    We can do better here and check if the latest version matches the one
    already installed on the runner, and in that case skip the download.
    tgummerer committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    46340ea View commit details
    Browse the repository at this point in the history