File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ jobs:
201
201
name : Run fMRIPrep tests
202
202
no_output_timeout : 2h
203
203
command : |
204
- docker run -u $USER -ti --rm=false \
204
+ docker run -u 1000 -ti --rm=false \
205
205
--entrypoint="py.test" poldracklab/fmriprep:latest \
206
206
/root/src/fmriprep/ --doctest-modules --ignore=docs --ignore=setup.py
207
207
- run :
@@ -264,7 +264,7 @@ jobs:
264
264
name : Build fMRIPrep documentation
265
265
no_output_timeout : 2h
266
266
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 \
268
268
--entrypoint=sphinx-build poldracklab/fmriprep:latest \
269
269
-T -E -b html -d _build/doctrees-readthedocs -W -D \
270
270
language=en /root/src/fmriprep/docs/ /_build_html 2>&1 \
You can’t perform that action at this time.
0 commit comments