Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
volkerdoerr authored Oct 19, 2023
1 parent ef319ca commit 24ecd1b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: echo "QUIT" >> cmd.txt
- run: sshpass -e sftp -oBatchMode=no -b cmd.txt [email protected]@ssh.strato.de

- run: |
sshpass -e sftp -oBatchMode=no -b cmd.txt [email protected]@ssh.strato.de << !
BYE
!
#- name: Convert polarion files
# run: gh release download wip --pattern 'gpc'
#- run: chmod +x gpc
Expand Down

0 comments on commit 24ecd1b

Please sign in to comment.