Skip to content

Commit 6c15386

Browse files
committed
Remove unneeded checksum step
1 parent 4144853 commit 6c15386

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

packer/ubuntu-kvm.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,5 @@
8282
"./oem-build",
8383
"/usr/sbin/oem-config-prepare"
8484
]
85-
}],
86-
"post-processors": [
87-
{
88-
"type": "checksum",
89-
"checksum_types": "sha256",
90-
"output": "{{user `output_dir`}}/image-{{user `semester` | lower }}.{{.ChecksumType}}sum"
91-
}
92-
]
85+
}]
9386
}

0 commit comments

Comments
 (0)