mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 18:19:54 +08:00
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:
committed by
GitHub
parent
5e23b76186
commit
16f3e4b83c
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user