Copy Python for build aws sam cli (#1267)

* Copy Python for build aws sam cli

* Minor fix

* Set sudo user

* Move sudo to templates
This commit is contained in:
Vladimir Safonkin
2020-07-22 09:41:09 +00:00
committed by GitHub
parent 5e23b76186
commit 16f3e4b83c
4 changed files with 11 additions and 9 deletions

View File

@@ -263,7 +263,7 @@
"METADATA_FILE={{user `metadata_file`}}",
"HELPER_SCRIPTS={{user `helper_script_folder`}}"
],
"execute_command": "/bin/sh -c '{{ .Vars }} {{ .Path }}'"
"execute_command": "sudo sh -c '{{ .Vars }} {{ .Path }}'"
},
{
"type": "shell",