Skip to content

Commit

Permalink
minor changes to circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed May 3, 2018
1 parent 2256dc5 commit 58a08fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ jobs:
name: Create Nipype config files
command: |
mkdir -p /tmp/ds005 /tmp/ds054 /tmp/ds210
printf "[execution]\nstop_on_first_crash = true\nremove_unnecessary_outputs = false\n" > /tmp/ds005/nipype.cfg
echo "poll_sleep_duration = 0.2" >> /tmp/ds005/nipype.cfg
printf "[execution]\nstop_on_first_crash = true\n" > /tmp/ds005/nipype.cfg
echo "poll_sleep_duration = 0.01" >> /tmp/ds005/nipype.cfg
echo "hash_method = content" >> /tmp/ds005/nipype.cfg
cp /tmp/ds005/nipype.cfg /tmp/ds054/nipype.cfg
cp /tmp/ds005/nipype.cfg /tmp/ds210/nipype.cfg
Expand Down

0 comments on commit 58a08fa

Please sign in to comment.