Skip to content

Commit f75cd9d

Browse files
authored
Update github_agent.windows.pkr.hcl
1 parent 5829fa3 commit f75cd9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

images/windows-core-2019/github_agent.windows.pkr.hcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@ build {
113113
]
114114

115115
provisioner "file" {
116-
content = templatefile("../../start-runner.ps1", {
117-
start_runner = templatefile("../../templates/start-runner.ps1", {})
116+
content = templatefile("../start-runner.ps1", {
117+
start_runner = templatefile("../templates/start-runner.ps1", {})
118118
})
119119
destination = "C:\\start-runner.ps1"
120120
}
121121

122122
provisioner "powershell" {
123123
inline = concat([
124-
templatefile("../../windows-provisioner.ps1", {
124+
templatefile("./windows-provisioner.ps1", {
125125
action_runner_url = "https://github.com/actions/runner/releases/download/v${local.runner_version}/actions-runner-win-x64-${local.runner_version}.zip"
126126
})
127127
], var.custom_shell_commands)

0 commit comments

Comments
 (0)