Commit 8547e5e0 authored by Reza Sahebgharan's avatar Reza Sahebgharan

ps1

parent 228cc74c
Pipeline #360 passed with stages
in 7 seconds
...@@ -15,7 +15,7 @@ build_in_branch: ...@@ -15,7 +15,7 @@ build_in_branch:
script: script:
- echo "starting build in branch" - echo "starting build in branch"
- echo $env:WinRunPass - echo $env:WinRunPass
- ./scripts/command.bat - ./scripts/command.ps1
allow_failure: true allow_failure: true
except: except:
- master - master
......
echo y | plink -batch -ssh administrator@WinRun -pw GlobalPlan4.21 -m scripts/command-server.bat
\ No newline at end of file
echo y | plink -batch -ssh administrator@WinRun -pw $env:WinRunPass -m scripts/command-server.bat
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment