File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -330,6 +330,22 @@ jobs:
330
330
- /tmp/docker/cache/Dockerfile.base-pruned
331
331
key : dockerfile-cache-v1-{{ .Branch }}-{{ checksum "/tmp/docker/cache/Dockerfile.base-pruned" }}
332
332
333
+ update_feedstock :
334
+ machine : *machine_kwds
335
+ working_directory : /home/circleci/nipype
336
+ steps :
337
+ - checkout :
338
+ path : /home/circleci/nipype
339
+ - run :
340
+ name : Install hub
341
+ command : |
342
+ curl -sSL https://github.com/github/hub/releases/download/v2.2.9/hub-linux-amd64-2.2.9.tgz | \
343
+ tar zxv -C /tmp
344
+ sudo /tmp/hub-linux-amd64-2.2.9/install
345
+ - run :
346
+ name : Update feedstock
347
+ command : /home/circleci/nipype/tools/feedstock.sh
348
+
333
349
334
350
workflows :
335
351
version : 2
@@ -357,3 +373,9 @@ workflows:
357
373
- test_fmri_spm_nested_fsl_feeds
358
374
- test_py3_fmri_fsl_spm
359
375
- test_py3_fmri_spm_dartel_multiproc
376
+ - update_feedstock :
377
+ filters :
378
+ branches :
379
+ only : /rel\/.*/
380
+ tags :
381
+ only : /.*/
You can’t perform that action at this time.
0 commit comments