Skip to content

Commit 4b3a6e1

Browse files
committed
circle: fix builddocs.log
1 parent d220a14 commit 4b3a6e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626

2727
test:
2828
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
3030
- 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 :
3131
timeout: 1600
3232
- 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 :

docker/circleci/run_builddocs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -x
44
set -u
55

66
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
88
cp -r /root/src/nipype/doc/_build/html/* /scratch/docs/
99
chmod 777 -R /scratch/docs
1010
chmod 777 /scratch/builddocs.log

0 commit comments

Comments
 (0)