Merge pull request #1634 from dmitry-shibanov/v-dmshib/add-build-vm-assets

Add build vm assets
This commit is contained in:
Maxim Lobanov
2020-10-29 11:03:51 +03:00
committed by GitHub
6 changed files with 48 additions and 0 deletions

View File

@@ -43,6 +43,11 @@
"type": "shell",
"inline": "mkdir ~/image-generation"
},
{
"type": "file",
"source": "./provision/assets",
"destination": "~/image-generation/"
},
{
"type": "file",
"source": "./tests",