Double-templated variables not resolved #1461
Closed
ViRb3
started this conversation in
Ideas, Issue Triage, and General discussions
Replies: 1 comment 7 replies
-
Sorry, just realized that |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Consider the following YAML:
The template from
builds.binary
is not resolved when returned throughPath
inbuilds.hooks.post
, resulting in a double-template, which is never resolved:Therefore, commands will take
{{.ProjectName}}
literally without resolving it:Beta Was this translation helpful? Give feedback.
All reactions