[sonic-slave] Use fictional company for the email adddress of sonic-slave user (#170)

This commit is contained in:
Qi Luo 2016-12-29 12:14:19 -08:00 committed by lguohan
parent 03660d9dd3
commit 4123f684f3

View File

@ -105,7 +105,7 @@ RUN gpasswd -a $user docker
# Config git for stg
RUN su $user -c "git config --global user.name $user"
RUN su $user -c "git config --global user.email $user@company.com"
RUN su $user -c "git config --global user.email $user@contoso.com"
COPY sonic-jenkins-id_rsa.pub /var/$user/.ssh/authorized_keys2
RUN chown $user /var/$user/.ssh -R