Commit 4c9bfeb8 authored by Reza Sahebgharan's avatar Reza Sahebgharan

test build stage

parent 10fdf817
Pipeline #393 passed with stages
in 12 seconds
...@@ -25,7 +25,7 @@ build_in_branch: ...@@ -25,7 +25,7 @@ build_in_branch:
- New-Item -Path '.\.env' -ItemType File - New-Item -Path '.\.env' -ItemType File
- Add-Content .\.env "$envtext" - Add-Content .\.env "$envtext"
- echo y | pscp.exe -batch -l administrator -pw $env:WinRunPass ./.env WinRun:c:/Users/administrator/.env # save .env in remote server - echo y | pscp.exe -batch -l administrator -pw $env:WinRunPass ./.env WinRun:c:/Users/administrator/.env # save .env in remote server
- echo y | plink -batch -ssh administrator@WinRun -pw $env:WinRunPass -m ./scripts/command.ps1 - echo y | plink -batch -ssh administrator@WinRun -pw $env:WinRunPass -m ./scripts/command.bat
# - ./scripts/command.ps1 # - ./scripts/command.ps1
allow_failure: true allow_failure: true
except: except:
......
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