Skip to content

Commit 1621dd1

Browse files
committed
change to user id
1 parent 4f15968 commit 1621dd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
name: Run fMRIPrep tests
202202
no_output_timeout: 2h
203203
command: |
204-
docker run -u $USER -ti --rm=false \
204+
docker run -u 1000 -ti --rm=false \
205205
--entrypoint="py.test" poldracklab/fmriprep:latest \
206206
/root/src/fmriprep/ --doctest-modules --ignore=docs --ignore=setup.py
207207
- run:
@@ -264,7 +264,7 @@ jobs:
264264
name: Build fMRIPrep documentation
265265
no_output_timeout: 2h
266266
command: |
267-
docker run -u $USER -ti --rm=false -v $PWD:/_build_html \
267+
docker run -u 1000 -ti --rm=false -v $PWD:/_build_html \
268268
--entrypoint=sphinx-build poldracklab/fmriprep:latest \
269269
-T -E -b html -d _build/doctrees-readthedocs -W -D \
270270
language=en /root/src/fmriprep/docs/ /_build_html 2>&1 \

0 commit comments

Comments
 (0)