File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -257,8 +257,8 @@ jobs:
257
257
-e FMRIPREP_REGRESSION_TARGETS=/tmp/data/fmriprep_bold_mask \
258
258
-e FMRIPREP_REGRESSION_REPORTS=/tmp/data/reports \
259
259
--entrypoint="py.test" poldracklab/fmriprep:latest \
260
- /root/ src/fmriprep/ \
261
- -svx --doctest-modules --ignore=/root/ src/fmriprep/docs --ignore=setup.py
260
+ /src/fmriprep/ \
261
+ -svx --doctest-modules --ignore=/src/fmriprep/docs --ignore=setup.py
262
262
- run :
263
263
name : Package new masks
264
264
no_output_timeout : 10m
@@ -329,7 +329,7 @@ jobs:
329
329
docker run -ti --rm=false -v $PWD:/_build_html \
330
330
--entrypoint=sphinx-build poldracklab/fmriprep:latest \
331
331
-T -E -b html -d _build/doctrees-readthedocs -W -D \
332
- language=en /root/ src/fmriprep/docs/ /_build_html 2>&1 \
332
+ language=en /src/fmriprep/docs/ /_build_html 2>&1 \
333
333
| tee $PWD/builddocs.log
334
334
cat $PWD/builddocs.log
335
335
grep -qv "ERROR" $PWD/builddocs.log
You can’t perform that action at this time.
0 commit comments