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
-
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