Skip to content

Commit

Permalink
Don't pipe output to dev/null
Browse files Browse the repository at this point in the history
  • Loading branch information
2martens committed Aug 14, 2023
1 parent e7bfd4f commit 0862259
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 @@ -57,7 +57,7 @@ steps:
- echo "$SSH_KEY" > $HOME/.ssh/id_ed25519
- touch $HOME/.ssh/known_hosts
- chmod 600 $HOME/.ssh/known_hosts
- ssh-keyscan -H [email protected] > $HOME/.ssh/known_hosts 2> /dev/null
- ssh-keyscan -H [email protected] > $HOME/.ssh/known_hosts
- git clone ssh://[email protected]:22/2martens/wahlrecht.git .
- git checkout $DRONE_COMMIT
- name: build Docker container
Expand Down

0 comments on commit 0862259

Please sign in to comment.