Skip to content

Commit

Permalink
Add --ephemeral option to win runner (#3239)
Browse files Browse the repository at this point in the history
This option needs to be hardcoded into runner start up mechanism as ARC
doesn't have proper Windows support.

b/258687270

(cherry picked from commit ae22bdd)
  • Loading branch information
isarkis authored and anonymous1-me committed May 15, 2024
1 parent 8cf6c74 commit c88ef08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/windows/runner/runner.ps1
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
<<<<<<< HEAD
.\actions-runner\config.cmd --unattended --replace --url https://github.com/${env:RUNNER_REPO} --token $env:RUNNER_TOKEN --name $env:RUNNER_NAME --work $env:RUNNER_WORKDIR --labels $env:RUNNER_LABELS;
.\actions-runner\run.cmd;
=======
C:\actions-runner\config.cmd --unattended --replace --url https://github.com/${env:RUNNER_REPO} --token $env:RUNNER_TOKEN --name $env:RUNNER_NAME --work $env:RUNNER_WORKDIR --ephemeral --labels $env:RUNNER_LABELS;
C:\actions-runner\run.cmd;
>>>>>>> ae22bddb308 (Add --ephemeral option to win runner (#3239))

0 comments on commit c88ef08

Please sign in to comment.