myke icon indicating copy to clipboard operation
myke copied to clipboard

Support templating in environment variables

Open rdsubhas opened this issue 7 years ago • 1 comments

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

rdsubhas avatar Nov 28 '16 08:11 rdsubhas

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

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

pkuczynski avatar Oct 13 '17 14:10 pkuczynski