Skip to content

Commit

Permalink
Pipe to /dev/null again
Browse files Browse the repository at this point in the history
  • Loading branch information
2martens committed Aug 14, 2023
1 parent 4ed2b19 commit a44d02d
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 git.2martens.de > $HOME/.ssh/known_hosts
- ssh-keyscan -H git.2martens.de > $HOME/.ssh/known_hosts 2>/dev/null
- git clone ssh://[email protected]:22/2martens/wahlrecht.git .
- git checkout $DRONE_COMMIT
- name: build Docker container
Expand Down

0 comments on commit a44d02d

Please sign in to comment.