Fix templates

This commit is contained in:
Vladimir Safonkin
2020-10-04 14:51:46 +03:00
parent f6b3cf674c
commit a11c9fff08
4 changed files with 17 additions and 36 deletions

View File

@@ -214,8 +214,7 @@
"{{template_dir}}/scripts/installers/hosted-tool-cache.sh",
"{{template_dir}}/scripts/installers/pypy.sh",
"{{template_dir}}/scripts/installers/python.sh",
"{{template_dir}}/scripts/installers/test-toolcache.sh",
"{{template_dir}}/scripts/installers/pipx-packages.sh"
"{{template_dir}}/scripts/installers/test-toolcache.sh"
],
"environment_vars": [
"HELPER_SCRIPTS={{user `helper_script_folder`}}",
@@ -238,6 +237,13 @@
],
"execute_command": "sudo sh -c '{{ .Vars }} pwsh -f {{ .Path }}'"
},
{
"type": "shell",
"scripts": [
"{{template_dir}}/scripts/installers/pipx-packages.sh"
],
"execute_command": "sudo sh -c '{{ .Vars }} {{ .Path }}'"
},
{
"type": "shell",
"scripts": [