Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSAMI-cakewallet
QOSAMI-cakewallet
/
scripts
/
windows
/
ci_entrypoint.ps1
Code
Commits
Issues
Pulls
Sessions
CI/CD
dev
dev
ps1
5 lines
114 Bytes
Copy permalink
Copy
Raw
1
$runnerDir
=
"C:\actions-runner"
2
$runCmd
=
"
$runnerDir
\run.cmd"
3
4
Write-Host
"Starting the runner..."
5
&
$runCmd