Implement script to parse provisioners duration from packer diagnostic logs (#2137)

* testing

* Update image-generation.yml

* Update image-generation.yml

* fix comments

* Update measure-provisioners-duration.ps1
This commit is contained in:
Maxim Lobanov
2020-11-27 10:50:54 +03:00
committed by GitHub
parent 3100bc2e63
commit 8d6d64a04e
5 changed files with 164 additions and 14 deletions

View File

@@ -1,7 +1,3 @@
{
// When enabled, will trim trailing whitespace when you save a file.
"files.trimTrailingWhitespace": true,
"[markdown]": {
"files.trimTrailingWhitespace": false
},
"files.trimTrailingWhitespace": false
}