Skip to content

Commit 6188dc4

Browse files
committed
cmd-buildextend-metal: remove --artifact from cosa meta call
From what I can tell this is only used in the case where we are delaying meta.json merging until later. For example, when parallel building and we want meta.json snippets (i.e. meta.aws.json) to be what gets merged at the end. Let's remove it from here to simplify.
1 parent 6b2f103 commit 6188dc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cmd-buildextend-metal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,7 @@ json.dump(j, sys.stdout, indent=4)
315315
fi
316316

317317
# and now the crucial bits
318-
cosa meta --workdir "${workdir}" --build "${build}" \
319-
--artifact "${platform}" --artifact-json "$(readlink -f meta.json.new)"
318+
cosa meta --workdir "${workdir}" --build "${build}" --artifact-json "$(readlink -f meta.json.new)"
320319
/usr/lib/coreos-assembler/finalize-artifact "${imgpath}" "${builddir}/${imgname}"
321320

322321
# Quiet for the rest of this so the last thing we see is a success message

0 commit comments

Comments
 (0)