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 ccad384 commit 9f42964
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,8 @@ jobs:
- uses: actions/checkout@v3
- run: sudo apt-get install sshpass
- run: echo ${{ env.SFTP_HOST }}
- run: cat << |
EOF
Hello
World
EOF
- run: sshpass -e sftp -oBatchMode=no -b - ${{ env.SFTP_HOST }} << !
quit
!
- run: echo "QUIT" >> cmd.txt
- run: sshpass -e sftp -oBatchMode=no -b cmd.txt ${{ env.SFTP_HOST }}

#- name: Convert polarion files
# run: gh release download wip --pattern 'gpc'
Expand Down

0 comments on commit 9f42964

Please sign in to comment.