Skip to content

Commit 454e7ea

Browse files
committed
Test
1 parent b695b95 commit 454e7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/build/generate-manifest.steps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
.args = [ (.platform | split("/")[0]), (.platform | split("/")[1]) ] |
1313
.args = [ ("--os " + .args[0] ), ("--arch " + .args[1] ) ] |
1414
if .osVersion then .args += ["--os-version " + .osVersion] else . end |
15-
{ image: .imageReference, annotate: .args }' | \
15+
{ image: .imageReference, annotate: (.args | join(" ")) }' | \
1616
jq -rcs)
1717
echo >&2 "##vso[task.setvariable variable=MANIFEST_JSON;isOutput=true]$MANIFEST_DATA"
1818
echo "$MANIFEST_DATA" | jq -r .

0 commit comments

Comments
 (0)