File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies:
26
26
27
27
test :
28
28
override :
29
- - docker run -v /etc/localtime:/etc/localtime:ro -v $(pwd)/scratch:/scratch -w /scratch nipype/nipype_test:py27 /usr/bin/run_builddocs.sh
29
+ - docker run -v /etc/localtime:/etc/localtime:ro -v $(pwd)/scratch:/scratch -w /root/src/nipype/doc nipype/nipype_test:py27 /usr/bin/run_builddocs.sh
30
30
- docker run -v /etc/localtime:/etc/localtime:ro -v ~/examples:/root/examples:ro -v $(pwd)/scratch:/scratch -w /scratch nipype/nipype_test:py27 /usr/bin/run_examples.sh test_spm Linear /root/examples/ workflow3d :
31
31
timeout : 1600
32
32
- docker run -v /etc/localtime:/etc/localtime:ro -v ~/examples:/root/examples:ro -v $(pwd)/scratch:/scratch -w /scratch nipype/nipype_test:py27 /usr/bin/run_examples.sh test_spm Linear /root/examples/ workflow4d :
Original file line number Diff line number Diff line change 4
4
set -u
5
5
6
6
mkdir -p /scratch/docs
7
- set -o pipefail && cd /root/src/nipype/doc && make html 2>&1 | tee /scratch/builddocs.log
7
+ make html 2>&1 | tee /scratch/builddocs.log
8
8
cp -r /root/src/nipype/doc/_build/html/* /scratch/docs/
9
9
chmod 777 -R /scratch/docs
10
10
chmod 777 /scratch/builddocs.log
You can’t perform that action at this time.
0 commit comments