mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[Ubuntu] Update ubuntu-minimal.pkr.hcl (#10044)
This commit is contained in:
@@ -183,7 +183,7 @@ build {
|
|||||||
|
|
||||||
// Install MS package repos, Configure apt
|
// Install MS package repos, Configure apt
|
||||||
provisioner "shell" {
|
provisioner "shell" {
|
||||||
environment_vars = ["HELPER_SCRIPTS=${var.helper_script_folder}","DEBIAN_FRONTEND=noninteractive"]
|
environment_vars = ["HELPER_SCRIPTS=${local.helper_script_folder}","DEBIAN_FRONTEND=noninteractive"]
|
||||||
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||||
scripts = [
|
scripts = [
|
||||||
"${path.root}/../scripts/build/install-ms-repos.sh",
|
"${path.root}/../scripts/build/install-ms-repos.sh",
|
||||||
|
|||||||
Reference in New Issue
Block a user