Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nodejs tool cache for linux. #839

Merged
Prev Previous commit
Next Next commit
temporary remove validate-disk-space
Dmitry Shibanov committed May 5, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 0f2220d3aad2f1dab7697ff7e8a6d4dea69e1d16
6 changes: 0 additions & 6 deletions images/linux/ubuntu1604.json
Original file line number Diff line number Diff line change
@@ -323,12 +323,6 @@
],
"execute_command": "sudo sh -c '{{ .Vars }} {{ .Path }}'"
},
{
"type": "shell",
"scripts":[
"{{template_dir}}/scripts/installers/validate-disk-space.sh"
]
},
{
"type": "file",
"source": "{{user `metadata_file`}}",
6 changes: 0 additions & 6 deletions images/linux/ubuntu1804.json
Original file line number Diff line number Diff line change
@@ -327,12 +327,6 @@
],
"execute_command": "sudo sh -c '{{ .Vars }} {{ .Path }}'"
},
{
"type": "shell",
"scripts":[
"{{template_dir}}/scripts/installers/validate-disk-space.sh"
]
},
{
"type": "file",
"source": "{{user `metadata_file`}}",