Skip to content
This repository was archived by the owner on Mar 11, 2020. It is now read-only.

Commit 0c7abea

Browse files
committed
removing all vmdk testing
1 parent 15b8db2 commit 0c7abea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Functions/Public/ConvertTo-Dockerfile.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,14 @@ function ConvertTo-Dockerfile {
5050
}
5151

5252
Write-Verbose -Message ('Starting conversion process')
53-
53+
Write-Verbose -Message ('test1')
5454
### Verify the image type before proceeding
5555
$ImageType = GetImageType -Path $ImagePath
5656
Write-Verbose -Message ('Image type is: {0}' -f $ImageType)
57+
5758
try {
5859
### Mount the image to a directory
60+
5961
$Mount = MountImage -ImagePath $ImagePath -MountPath $MountPath
6062
Write-Verbose -Message ('Finished mounting image to: {0}' -f $Mount.Path)
6163
}

0 commit comments

Comments
 (0)