paritytech / releng-scripts

Scripts managed and used by @paritytech/release-engineering
Apache License 2.0
0 stars 3 forks source link

Provide dockerized version of upload artifacts tool #5

Closed joao-paulo-parity closed 1 year ago

joao-paulo-parity commented 2 years ago

Problem: The artifacts upload tool relies on other CLI tools, for instance awscli, which is a Python application that pulls some other dependencies. Those tools might not be easily available in our hosts of choice. Over time we might support more backends, and therefore more CLIs, so it's worthwhile to consider the portability aspect of the script sooner rather than later.

Solution:

chevdor commented 1 year ago

Done in https://github.com/paritytech/scripts/pull/516