Skip to content

Commit

Permalink
Update runner.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
isarkis authored May 15, 2024
1 parent c88ef08 commit 023f8df
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/windows/runner/runner.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
<<<<<<< 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 023f8df

Please sign in to comment.