Skip to content

Commit f7048fb

Browse files
authored
Merge pull request #1564 from ariveradompenciel/circleci_print_skippingDoc
[CI] Fix label on CI step "Skipping doc building job"
2 parents 631694c + ec2ffd1 commit f7048fb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ jobs:
305305
command: |
306306
cd /home/circleci/src/fmriprep
307307
if [[ "$( git log --format=oneline -n 1 $CIRCLE_SHA1 | grep -i -E '\[skip[ _]?docs\]' )" != "" ]]; then
308-
echo "Skipping pytest job"
308+
echo "Skipping doc building job"
309309
circleci step halt
310310
fi
311311

.zenodo.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@
111111
"affiliation": "Dartmouth College: Hanover, NH, United States",
112112
"orcid": "0000-0003-3456-2493"
113113
},
114+
{
115+
"name": "Rivera-Dompenciel, Adriana",
116+
"affiliation": "Neuroscience Program, University of Iowa",
117+
"orcid": "0000-0002-3339-4857"
118+
},
114119
{
115120
"name": "Poldrack, Russell A.",
116121
"affiliation": "Department of Psychology, Stanford University",

0 commit comments

Comments
 (0)