Skip to content

Commit 7b075db

Browse files
committed
No output
1 parent b6b5518 commit 7b075db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
chmod +x pp
5454
export SSH_ASKPASS=./pp
5555
export DISPLAY=1
56-
setsid ssh-add ~/.ssh/clj_ssh_pp < /dev/null
56+
setsid ssh-add ~/.ssh/clj_ssh_pp < /dev/null >/dev/null 2>&1
5757
# run tests!
5858
- run: lein test

0 commit comments

Comments
 (0)