Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Allow some field values to refer to other field values by name #42

Open
jlebon opened this issue Jun 13, 2017 · 0 comments
Open

Allow some field values to refer to other field values by name #42

jlebon opened this issue Jun 13, 2017 · 0 comments

Comments

@jlebon
Copy link
Collaborator

jlebon commented Jun 13, 2017

For example, it's common for the context to be the same as the distro used. In that case, it would be nice if one could just do something like:

context: $distro

Which gets properly inherited and such.

Another potential use:

env:
  TEST: mytest

context: "$distro | $TEST"

Of course, this would require careful examination of string origins and sanitization to make sure there's no nastiness possible.

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

No branches or pull requests

1 participant