We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9a0f9 commit 32d679cCopy full SHA for 32d679c
1 file changed
.circleci/config.yml
@@ -67,7 +67,6 @@ jobs:
67
-v ${HOME}/outputs<< parameters.dataset >>:/outputs \
68
bids/${CIRCLE_PROJECT_REPONAME,,} /bids_dataset /outputs participant
69
tree ${HOME}/outputs<< parameters.dataset >>
70
- no_output_timeout: 6h
71
72
- run:
73
name: group level test
@@ -77,10 +76,6 @@ jobs:
77
76
78
bids/${CIRCLE_PROJECT_REPONAME,,} /bids_dataset /outputs group
79
80
81
-
82
- - store_artifacts:
83
- path: ~/output<< parameters.dataset >>
84
85
deploy:
86
machine:
0 commit comments