Emit the build into build//spongebob.ipng.nl//
This commit is contained in:
2
generate
2
generate
@ -257,7 +257,7 @@ def main():
|
|||||||
|
|
||||||
# Emit the output (fn=>output)
|
# Emit the output (fn=>output)
|
||||||
if not args.output and "build" in overlay:
|
if not args.output and "build" in overlay:
|
||||||
output = overlay["build"] + data["node"]["hostname"]
|
output = overlay["build"] + args.hostname + "/" + data["node"]["hostname"]
|
||||||
else:
|
else:
|
||||||
output = "-"
|
output = "-"
|
||||||
emit(build, output)
|
emit(build, output)
|
||||||
|
Reference in New Issue
Block a user