update dmverity tool to fix bug where hdv creation fails to move all VHDs from the temp dir

Signed-off-by: Heather Garvison <hgarvison@microsoft.com>
This commit is contained in:
Heather Garvison 2024-08-14 14:05:42 -04:00
Родитель a8ef0c488f
Коммит bf239f668b
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -488,9 +488,6 @@ var createVHDCommand = cli.Command{
sanitisedFileName := sanitiseVHDFilename(layerID)
suffixes := []string{".vhd"}
if verityHashDev {
suffixes = append(suffixes, ".hash-dev.vhd")
}
for _, srcSuffix := range suffixes {
src := filepath.Join(os.TempDir(), sanitisedFileName+srcSuffix)