File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ source activate nipypetests-2.7
7
7
mkdir -p /scratch/docs
8
8
set -o pipefail && cd /root/src/nipype/doc && make html 2>&1 | tee /scratch/builddoc.log
9
9
cp -r /root/src/nipype/doc/_build/html/* /scratch/docs/
10
- chmod 775 -R /scratch/docs
11
- chmod 775 /scratch/builddoc.log
10
+ chmod 777 -R /scratch/docs
11
+ chmod 777 /scratch/builddoc.log
12
12
cat /scratch/builddoc.log && if grep -q " ERROR" /scratch/builddoc.log; then false ; else true ; fi
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ source activate nipypetests-2.7
6
6
cd /root/src/nipype
7
7
mkdir -p /scratch/nose
8
8
nosetests --with-doctest -c /root/src/nipype/.noserc --logging-level=DEBUG --verbosity=3 --xunit-file=" /scratch/nosetests.xml"
9
- chmod 775 /scratch/nosetests.xml
10
- chmod 775 -R /scratch/nose
9
+ chmod 777 /scratch/nosetests.xml
10
+ chmod 777 -R /scratch/nose
You can’t perform that action at this time.
0 commit comments