File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ build {
114
114
115
115
provisioner "file" {
116
116
content = templatefile (" ../start-runner.ps1" , {
117
- start_runner = templatefile (" ../templates/start-runner.ps1" , {})
117
+ start_runner = templatefile (" ../../modules/runners/ templates/start-runner.ps1" , {})
118
118
})
119
119
destination = " C:\\ start-runner.ps1"
120
120
}
@@ -132,10 +132,10 @@ build {
132
132
restart_check_command = " powershell -command \" & {Write-Output 'Restarted!'}\" "
133
133
restart_timeout = " 5m"
134
134
}
135
-
135
+
136
136
post-processor "manifest" {
137
137
output = " manifest.json"
138
138
strip_path = true
139
139
}
140
-
140
+
141
141
}
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ build {
134
134
135
135
provisioner "file" {
136
136
content = templatefile (" ../start-runner.ps1" , {
137
- start_runner = templatefile (" ../../templates/start-runner.ps1" , {})
137
+ start_runner = templatefile (" ../../modules/runners/ templates/start-runner.ps1" , {})
138
138
})
139
139
destination = " C:\\ start-runner.ps1"
140
140
}
You can’t perform that action at this time.
0 commit comments