File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 1
1
_machine_kwds : &machine_kwds
2
2
image : circleci/classic:201808-01
3
3
4
- _store_artifacts_kwds : &store_artifacts_kwds
5
- path : /home/circleci/work/tests
6
-
7
4
_test_environment : &test_environment
8
5
WORKDIR : /home/circleci/work
9
6
DOCKER_IMAGE : " niflow"
@@ -108,7 +105,6 @@ jobs:
108
105
environment : *test_environment
109
106
command : bash -ux /home/circleci/niflow/.circleci/test_py3_fmri_spm_linear_4d.sh
110
107
- run : *_run_codecov_smoke
111
- - store_artifacts : *store_artifacts_kwds
112
108
113
109
test_py3_fmri_spm_dartel_multiproc :
114
110
machine : *machine_kwds
@@ -132,7 +128,6 @@ jobs:
132
128
environment : *test_environment
133
129
command : bash -ux /home/circleci/niflow/.circleci/test_py3_fmri_spm_dartel_multiproc_l2.sh
134
130
- run : *_run_codecov_smoke
135
- - store_artifacts : *store_artifacts_kwds
136
131
137
132
test_fmri_spm_nested_fsl_feeds :
138
133
machine : *machine_kwds
@@ -162,7 +157,6 @@ jobs:
162
157
environment : *test_environment
163
158
command : bash -ux /home/circleci/niflow/.circleci/test_py3_fmri_fsl_feeds_linear_l1.sh
164
159
- run : *_run_codecov_smoke
165
- - store_artifacts : *store_artifacts_kwds
166
160
167
161
workflows :
168
162
version : 2
You can’t perform that action at this time.
0 commit comments