mirror of
https://github.com/actions/runner-images.git
synced 2026-01-08 03:07:32 +08:00
Hack: temp fix to improve debugging loop
This commit is contained in:
@@ -341,6 +341,7 @@ build {
|
||||
provisioner "powershell" {
|
||||
environment_vars = ["IMAGE_FOLDER=${var.image_folder}", "TEMP_DIR=${var.temp_dir}"]
|
||||
scripts = [
|
||||
"${path.root}/../scripts/build/Install-PostgreSQL.ps1",
|
||||
"${path.root}/../scripts/build/Install-ActionsCache.ps1",
|
||||
"${path.root}/../scripts/build/Install-Ruby.ps1",
|
||||
"${path.root}/../scripts/build/Install-PyPy.ps1",
|
||||
@@ -380,7 +381,6 @@ build {
|
||||
"${path.root}/../scripts/build/Install-Zstd.ps1",
|
||||
"${path.root}/../scripts/build/Install-NSIS.ps1",
|
||||
"${path.root}/../scripts/build/Install-Vcpkg.ps1",
|
||||
"${path.root}/../scripts/build/Install-PostgreSQL.ps1",
|
||||
"${path.root}/../scripts/build/Install-Bazel.ps1",
|
||||
"${path.root}/../scripts/build/Install-AliyunCli.ps1",
|
||||
"${path.root}/../scripts/build/Install-RootCA.ps1",
|
||||
|
||||
Reference in New Issue
Block a user