Skip to content

Commit 9276322

Browse files
[CI] Update command path for release runner set
We should be able to set a default but this does not seem to be working in all cases. More investigation is needed at a later point in time.
1 parent 3f7eab0 commit 9276322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

premerge/premerge_resources/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ resource "helm_release" "github_actions_runner_set_libcxx_release" {
271271
chart = "gha-runner-scale-set"
272272

273273
values = [
274-
"${templatefile("libcxx_runners_values.yaml", { runner_group_name : var.runner_group_name, runner_image : local.libcxx_release_runner_image, command : "/home/runner/run.sh" })}"
274+
"${templatefile("libcxx_runners_values.yaml", { runner_group_name : var.runner_group_name, runner_image : local.libcxx_release_runner_image, command : "/home/gha/actions-runner/run.sh" })}"
275275
]
276276

277277
depends_on = [

0 commit comments

Comments
 (0)