Skip to content

Commit

Permalink
Correct echo
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar authored Feb 6, 2023
1 parent b4e6e9a commit 8a34fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
# See https://github.com/drone/drone/issues/2692
# write the ssh key to disk
- mkdir /root/.ssh
- echo -n "$SSH_KEY" > /root/.ssh/id_rsa
- echo -e "$SSH_KEY" > /root/.ssh/id_rsa
- chmod 600 /root/.ssh/id_rsa
- stat /root/.ssh/id_rsa

Expand Down

0 comments on commit 8a34fee

Please sign in to comment.