mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 06:21:41 -04:00
packer: template process build names [GH-744]
This commit is contained in:
@@ -142,5 +142,9 @@ func (c Command) Run(env packer.Environment, args []string) int {
|
||||
}
|
||||
}
|
||||
|
||||
ui.Say("\nNote: If your build names contain user variables or template\n" +
|
||||
"functions such as 'timestamp', these are processed at build time,\n" +
|
||||
"and therefore only show in their raw form here.")
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user