wiki/howto/development/ci.md
... ...
@@ -103,6 +103,8 @@ The image has been crafted specifically to contain the tools required for the bu
103 103
sudo -u hudson git config --global user.email "hudson@sapsailing.com"
104 104
sudo -u hudson git config --global user.name "Hudson CI SAP Sailing Analytics"
105 105
# Now add a password-less private ssh key "id_rsa" to /home/sailing/.ssh and make sure it is eligible to access trac@sapsailing.com
106
+ chown sailing /home/sailing/.ssh/id_*
107
+ chgrp sailing /home/sailing/.ssh/id_*
106 108
chmod 600 /home/sailing/.ssh/id_*
107 109
cp /home/sailing/.ssh/id_* /home/hudson/.ssh
108 110
chown hudson /home/hudson/.ssh/*