Skip to content

Commit 235f580

Browse files
committed
MNT: Add user name and email to Docker to appease git/annex/datalad
1 parent bb125ab commit 235f580

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/generate_dockerfiles.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ function generate_main_dockerfile() {
8989
OMP_NUM_THREADS=1 \
9090
--arg PYTHON_VERSION_MAJOR=3 PYTHON_VERSION_MINOR=8 BUILD_DATE VCS_REF VERSION \
9191
--user neuro \
92+
--run 'git config --global user.name nipybot
93+
&& git config --global user.email "[email protected]"' \
9294
--workdir /home/neuro \
9395
--miniconda create_env=neuro \
9496
conda_install='python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}

0 commit comments

Comments
 (0)