-
Notifications
You must be signed in to change notification settings - Fork 227
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: add workflows and scripts for uploading to and downloading from stampy #2586
Merged
Conversation
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
justinwilaby
reviewed
Jan 5, 2024
ec35d90
to
5437b01
Compare
ryandagg
reviewed
Jan 10, 2024
ryandagg
approved these changes
Jan 10, 2024
eablack
approved these changes
Jan 10, 2024
k80bowman
added a commit
that referenced
this pull request
Jan 24, 2024
* Updates to node v16.20.2 to resolve a high priority vulnerability (#2571) Co-authored-by: Justin Wilaby <[email protected]> * fix: remove unneeded pricing language for teams (#2575) * fix: remove unneeded pricing language for teams * fix: remove tests related to unneeded pricing language * chore: add windows pack, upload, and promote scripts to workflows (#2573) * chore: add pack:win and upload:win scripts to package.json * chore: add pack-and-upload-windows to pack-upload workflow * chore: add promotion of windows installer to promote workflow * chore: remove rollback automation (#2576) * chore: remove homebrew rollback script * chore: remove rollback workflow * chore: comment out windows promote task for now * chore: comment out pack-and-upload-windows job for now * chore: remove windows name from package.json for now * test: update run-v5 integration test (#2587) * fix: bump @oclif/plugin-update to a version that doesn't delete the CLI (#2585) * fix: bump @oclif/plugin-update to a version that doesn't delete the CLI * fix: another integration test due to api bug * chore: add workflows and scripts for uploading to and downloading from stampy (#2586) * chore: add workflow to transfer signed windows installer to CLI s3 bucket * chore: add workflow to clean up stampy buckets * chore: uncomment pack-and-upload-windows job * chore: add workflow to promote windows installer to stable * chore: add name for Windows installer to package.json * chore: add workflow for uploading windows installers to stampy * chore: update file permissions on script files * chore: add environment for access to stampy secrets * chore: change environment name to title case * chore: move pack and upload windows scripts to pack-upload workflow and add root * chore: move pack windows script to separate workflow and update oclif version (#2593) * chore: move pack windows job to separate workflow * chore: upgrade oclif and fix command * chore: upgrade to oclif 4.3.6 * chore: remove node setup --------- Co-authored-by: Justin Wilaby <[email protected]> Co-authored-by: Justin Wilaby <[email protected]> Co-authored-by: RyanDagg <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
work item 1
work item 2
Adds workflows for uploading unsigned windows installers to stampy, downloading signed windows installers from stampy, and promoting signed windows installers to latest/stable. This also uncomments a job in the pack-upload workflow to generate and upload the windows installers.