Skip to content

Commit

Permalink
do not store artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed May 9, 2024
1 parent cd9a0f9 commit 32d679c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
-v ${HOME}/outputs<< parameters.dataset >>:/outputs \
bids/${CIRCLE_PROJECT_REPONAME,,} /bids_dataset /outputs participant
tree ${HOME}/outputs<< parameters.dataset >>
no_output_timeout: 6h
- run:
name: group level test
Expand All @@ -77,10 +76,6 @@ jobs:
-v ${HOME}/outputs<< parameters.dataset >>:/outputs \
bids/${CIRCLE_PROJECT_REPONAME,,} /bids_dataset /outputs group
tree ${HOME}/outputs<< parameters.dataset >>
no_output_timeout: 6h

- store_artifacts:
path: ~/output<< parameters.dataset >>
deploy:
machine:
Expand Down

0 comments on commit 32d679c

Please sign in to comment.