Skip to content
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

Enable paths with environment variables for local steps in the offline workflow editor #315

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

atanas-bitrise
Copy link

When editing workflows with the offline workflow editor, local steps with paths that have environment variables cannot be found by the stepman tool. The workflow editor fails to load the workflow in that case and displays an error instead.

The workflow editor supports both absolute and relative paths. However, it doesn't support environment variables because the library that executes the stepman command doesn't support them by design. However, when the use case is narrowed down to local Steps that use the path:: prefix, it makes sense for environment variables to be supported.

This change adds a productivity boost for large teams that use their own Bitrise Steps locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant