Commit c0327376 authored by Reza Sahebgharan's avatar Reza Sahebgharan

puttyazdsf

parent 59343bf0
Pipeline #345 passed with stages
in 8 minutes and 22 seconds
variables: variables:
TAG_VERSION: "" TAG_VERSION: ""
stages: stages:
- build_in_branch - build_in_branch
- cleanup_build - cleanup_build
...@@ -13,10 +14,9 @@ build_in_branch: ...@@ -13,10 +14,9 @@ build_in_branch:
- shell - shell
script: script:
- echo "starting build in branch" - echo "starting build in branch"
- npm install
- npm run test-jest - echo $env:Path
- echo $env:TAG_VERSION - putty.exe -ssh administrator@WinRun -pw $Env:WinRunPass -m D:\putty\command.bat
- putty -ssh administrator@WinRun -pw $Env:WinRunPass -m D:\putty\command.bat
allow_failure: true allow_failure: true
except: except:
- master - master
......
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