rtyler / otto

Otto is your friendly continuous delivery companion.
GNU Affero General Public License v3.0
80 stars 5 forks source link

Steps need a space in the object store to be versioned/published, including stdlib #35

Open rtyler opened 3 years ago

rtyler commented 3 years ago

Right now the steps aren't being hosted anywhere for agents to download them. They should be published to a predirctable location in the object store with metadata about versions.

For example, /step-libraries/stdlib/latest/*.tar.gz and /step-libraries/stdlib/0.1.1/*.tar.gz, the latter potentially just being a pointer for former..