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 9f42964 commit 4693f3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- run: sudo apt-get install sshpass
- run: echo ${{ env.SFTP_HOST }}
- run: echo "QUIT" >> cmd.txt
- run: sshpass -e sftp -oBatchMode=no -b cmd.txt ${{ env.SFTP_HOST }}
- run: export SSHPASS=${{ secrets.GEMSPEC_ONLINE_SFTP_PASSWORD }}
- run: sshpass -e sftp -oBatchMode=no -b cmd.txt sftp@gemspec.online@ssh.strato.de

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

0 comments on commit 4693f3c

Please sign in to comment.