Skip to content

Commit

Permalink
[sonic-slave] Use fictional company for the email adddress of sonic-s…
Browse files Browse the repository at this point in the history
…lave user (#170)
  • Loading branch information
qiluo-msft authored and lguohan committed Dec 29, 2016
1 parent 03660d9 commit 4123f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-slave/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4123f68

Please sign in to comment.