Emit the build into build//spongebob.ipng.nl//

This commit is contained in:
Pim van Pelt
2022-10-13 21:42:01 +02:00
parent 27d4ec6194
commit ad7b311f46
37 changed files with 1 additions and 1 deletions

View File

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