[go: nahoru, domu]

Skip to content

Commit

Permalink
add name to steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Nov 8, 2023
1 parent 9ffd61f commit 9f8dae1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- run: mkdir -p ${HOME}/outputs

- run:
name: Run participant 01
command: |
docker run -ti --rm --read-only \
-v /tmp/workspace/data/ds005-deriv-light:/bids_dataset \
Expand All @@ -56,6 +57,7 @@ jobs:
--participant_label 01
no_output_timeout: 6h
- run:
name: Run participant 02
command: |
docker run -ti --rm --read-only \
-v /tmp/workspace/data/ds005-deriv-light:/bids_dataset \
Expand All @@ -67,6 +69,7 @@ jobs:
--participant_label 02
no_output_timeout: 6h
- run:
name: Run participant 03
command: |
docker run -ti --rm --read-only \
-v /tmp/workspace/data/ds005-deriv-light:/bids_dataset \
Expand All @@ -78,6 +81,7 @@ jobs:
--participant_label 03
no_output_timeout: 6h
- run:
name: Run group
command: |
docker run -ti --rm --read-only \
-v /tmp/workspace/data/ds005-deriv-light:/bids_dataset \
Expand Down

0 comments on commit 9f8dae1

Please sign in to comment.