Skip to content

Commit

Permalink
CHG update anubis robot email and name in commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Sep 13, 2022
1 parent 64c1618 commit f157412
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions theia/sidecar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ RUN adduser -D -u 1001 theia \
&& pip3 install --no-cache-dir flask supervisor gunicorn

USER theia
RUN git config --global user.email noreply@anubis.osiris.services \
&& git config --global user.name os3224-robot \
RUN git config --global user.email anubis@anubis-lms.io \
&& git config --global user.name anubis-robot \
&& git config --global credential.store helper \
&& git config --global credential.helper 'store --file ~/.git-credentials' \
&& git config --global core.hooksPath /dev/null
Expand Down
2 changes: 1 addition & 1 deletion theia/sidecar/autosave-loop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ -n "${GIT_CRED}" ]; then
echo "${GIT_CRED}" > /home/theia/.git-credentials
git config --global credential.store helper
git config --global credential.helper 'store --file ~/.git-credentials'
git config --global user.email anubis@osiris.cyber.nyu.edu
git config --global user.email anubis@anubis-lms.io
git config --global user.name anubis-robot
git config --global core.hooksPath /dev/null
fi
Expand Down

0 comments on commit f157412

Please sign in to comment.