Skip to content

Commit 4d55e58

Browse files
committed
fix(circle): remove setting nipype log format - should be handled by config
At some point of this PR (#2018), I was getting pklz crashfiles. Obviously, the config wasn't working properly. Once that was addressed via 8a0bf9d, this setting should go away for us to identify any regression of the problem.
1 parent 981d36c commit 4d55e58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ jobs:
166166
printf "[execution]\nstop_on_first_crash = true\n" > /tmp/ds005/nipype.cfg
167167
echo "poll_sleep_duration = 0.01" >> /tmp/ds005/nipype.cfg
168168
echo "hash_method = content" >> /tmp/ds005/nipype.cfg
169-
echo "crashfile_format = txt" >> /tmp/ds005/nipype.cfg
170169
cp /tmp/ds005/nipype.cfg /tmp/ds054/nipype.cfg
171170
cp /tmp/ds005/nipype.cfg /tmp/ds210/nipype.cfg
172171
- persist_to_workspace:

0 commit comments

Comments
 (0)