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

BREAKING: Remove installing tools #32

Merged
merged 3 commits into from
Jun 27, 2024
Merged

Conversation

danielrbradley
Copy link
Member

@danielrbradley danielrbradley commented Jun 26, 2024

Leave it to the caller to install the prerequisite tools as additional options might want to be used for caching etc.

  • Remove tool install steps.
  • Remove step to check out repository.
  • Remove all version inputs.
  • Add tool pre-requisites to the documentation.

The other half of the work to integrate this breaking change into ci-mgmt is in:

Leave it to the caller to install the prerequisite tools as additional options might want to be used for caching etc.

- Remove tool install steps.
- Remove all version inputs.
- Add tool pre-requisites to the documentation.
@danielrbradley danielrbradley self-assigned this Jun 26, 2024
@danielrbradley danielrbradley marked this pull request as ready for review June 26, 2024 10:06
@danielrbradley danielrbradley requested a review from a team June 26, 2024 10:08
These should be performed by the caller rather that within the action so that the options can be customised.
@danielrbradley danielrbradley merged commit ecb7cac into main Jun 27, 2024
1 check passed
@danielrbradley danielrbradley deleted the assume-tools-installed branch June 27, 2024 16:38
danielrbradley added a commit to pulumi/ci-mgmt that referenced this pull request Jun 27, 2024
Re-use our own tool setups which can include additional options for
caching rather than duplicating the setup logic into the publishing
action.

This depends on first merging:
- pulumi/pulumi-package-publisher#32
- #1003

This PR assumes that `pulumi/pulumi-package-publisher` will then be
published as `v0.0.19` (the next version).
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