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

Support templating in environment variables #10

Open
rdsubhas opened this issue Nov 28, 2016 · 1 comment
Open

Support templating in environment variables #10

rdsubhas opened this issue Nov 28, 2016 · 1 comment
Labels

Comments

@rdsubhas
Copy link
Member

rdsubhas commented Nov 28, 2016

Support environment variable expansion using templates /cc @vpillac

Few problems:

  • Environment variables are used for parameter substitution, but if they themselves have parameters, then 2-pass/n-pass
  • Ordering of the passes, with/without nested references
  • Potential recursion
@pkuczynski
Copy link
Contributor

Another example I wanted to do, and I can't at the moment:

env:
  GIT_COMMIT: "$(git rev-parse --abbrev-ref HEAD)"

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

No branches or pull requests

2 participants