Skip to content

Commit

Permalink
Using >> to append
Browse files Browse the repository at this point in the history
  • Loading branch information
anchal-physics committed May 7, 2024
1 parent 4e046ba commit 41e1394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
${{ secrets.DVC_SSH_KEY }}
- name: Configure ssh
run: |
echo "{{ secrets.DVC_KNOWN_HOSTS }}" > ~/.ssh/known_hosts
echo "{{ secrets.DVC_SSH_CONFIG }}" > ~/.ssh/config
echo "{{ secrets.DVC_KNOWN_HOSTS }}" >> ~/.ssh/known_hosts
echo "{{ secrets.DVC_SSH_CONFIG }}" >> ~/.ssh/config
- name: Test ssh
run: |
echo "$(ssh cybele 'ls ./test/')"
Expand Down

0 comments on commit 41e1394

Please sign in to comment.