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

infer dependencies based on template contents #65

Closed
BrianHicks opened this issue Jun 9, 2016 · 1 comment
Closed

infer dependencies based on template contents #65

BrianHicks opened this issue Jun 9, 2016 · 1 comment

Comments

@BrianHicks
Copy link
Contributor

we should infer resource dependencies based on template content. So in the following:

param "x" {}

task "y" {
  check = "echo {{param `x`}}"
}

param.x would be added as a dependency of task.y.

Validation may have to move around a bit.

@BrianHicks BrianHicks added this to the 0.2 milestone Jun 9, 2016
@BrianHicks
Copy link
Contributor Author

Fixed in #71

@BrianHicks BrianHicks modified the milestone: 0.2.0 Jul 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant