We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5020e commit 5e95523Copy full SHA for 5e95523
Vagrantfile
@@ -43,8 +43,7 @@ Vagrant.configure("2") do |config|
43
$random = -join ((48..57) + (97..122) | Get-Random -Count 8 | % {[char]$_});
44
Expand-Archive -LiteralPath ${GITHUB_RUNNER_FILE} -DestinationPath runner-$random -Force;
45
Invoke-Expression -Command "C:\\runner-$random\\config.cmd --name ${GITHUB_RUNNER_NAME}_$random --replace --unattended --url ${ORGANIZATION_URL} --labels ${GITHUB_RUNNER_LABELS} --pat ${PAT}";
46
- Start-Process "C:\\runner-$random\\run.cmd";
47
- Start-Process powershell.exe "C:\\runner-$random\\run.cmd" -Credential ($credentials) ;
+ Start-Process "C:\\runner-$random\\run.cmd" -Credential ($credentials);
48
}
49
SHELL
50
end
0 commit comments