Commit d5444f01 authored by Reza Sahebgharan's avatar Reza Sahebgharan

send file command

parent 8fbdf0b4
Pipeline #362 passed with stages
in 5 minutes and 19 seconds
...@@ -16,6 +16,7 @@ build_in_branch: ...@@ -16,6 +16,7 @@ build_in_branch:
- echo "starting build in branch" - echo "starting build in branch"
- echo $env:WinRunPass - echo $env:WinRunPass
- docker save -o ./scripts/karname-app.tar karname/app:$env:TAG_VERSION - docker save -o ./scripts/karname-app.tar karname/app:$env:TAG_VERSION
- echo y | pscp.exe -batch -pw $env:WinRunPass ./scripts/karname-app.tar administrator@WinRun:c:/Users/administrator/karname-app.tar
- ./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