-
Notifications
You must be signed in to change notification settings - Fork 31
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
Node is sometimes unresolvable, depending on ordering within a template #254
Comments
what's the error? |
Minimal reproduction: param "bar" {
default = "bar"
}
task.query "foo" {
query = "echo foo"
}
task.query "should-install-go" {
interpreter = "/bin/bash"
query = "[[ '{{param `bar`}}' == '{{lookup `task.query.foo.checkstatus.stdout`}}']]"
## works this way
# query = "[['{{lookup `task.query.foo.checkstatus.stdout`}}' == '{{param `bar`}}']]"
} Output:
|
rebeccaskinner
pushed a commit
that referenced
this issue
Sep 19, 2016
unimplemented calls result in early template execution termination. Fixes issue #254
rebeccaskinner
pushed a commit
that referenced
this issue
Sep 20, 2016
unimplemented calls result in early template execution termination. Fixes issue #254
rebeccaskinner
pushed a commit
that referenced
this issue
Sep 20, 2016
unimplemented calls result in early template execution termination. Fixes issue #254
Fixed in #265 |
Fixed in #288 |
BrianHicks
pushed a commit
that referenced
this issue
Dec 22, 2016
unimplemented calls result in early template execution termination. Fixes issue #254
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is broken...
but this isnt...
in
The text was updated successfully, but these errors were encountered: