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 31d8690 commit 3223208
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 @@ -12,6 +12,7 @@ on:
env:
GH_TOKEN: ${{ github.token }}
SSHPASS: ${{ secrets.GEMSPEC_ONLINE_SFTP_PASSWORD }}
SFTP_HOST: ${{ secrets.GEMSPEC_ONLINE_SFTP_USERNAME }}@${{ secrets.GEMSPEC_ONLINE_SFTP_SERVER }}

jobs:

Expand All @@ -21,9 +22,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install sshpass
- run: sshpass -e sftp -oBatchMode=no -b - ${{ secrets.GEMSPEC_ONLINE_SFTP_USERNAME }}@${{ secrets.GEMSPEC_ONLINE_SFTP_SERVER }} << ! quit !
- run: echo ${{ env.SFTP_HOST }}
- run: sshpass -e sftp -oBatchMode=no -b - ${{ env.SFTP_HOST }} << !
quit
!


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

0 comments on commit 3223208

Please sign in to comment.