antarctica / simple-action-pipeline

MIT License
1 stars 0 forks source link

Implement environment variables for jug execute #12

Closed matscorse closed 3 months ago

matscorse commented 3 months ago

To streamline the user experience it would be useful if the environment files didn't require sourcing before executing the pipeline commands.

The pipeline should check for environment variables and if they aren't present it can extract and set them from the environment files.

matscorse commented 3 months ago

This is completed as part of #16