We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b5518 commit 7b075dbCopy full SHA for 7b075db
.circleci/config.yml
@@ -53,6 +53,6 @@ jobs:
53
chmod +x pp
54
export SSH_ASKPASS=./pp
55
export DISPLAY=1
56
- setsid ssh-add ~/.ssh/clj_ssh_pp < /dev/null
+ setsid ssh-add ~/.ssh/clj_ssh_pp < /dev/null >/dev/null 2>&1
57
# run tests!
58
- run: lein test
0 commit comments