rtyler / otto

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

Agent should fetch step libraries from the object-store #36

Open rtyler opened 3 years ago

rtyler commented 3 years ago

See #35

Basically rather than relying on a STEPS_DIR environment variable which has been pre-seeded, the agent should be fetching the steps that it needs to execute the pipeline.

For the first implementation this could be stupid and fetch them every time.

Steps should also be versionable on the agent side