Skip to content

Commit d110e9a

Browse files
changed echo "Skipping pytest job" to "Skipping doc building job" in line 308, and reverted to original print statement in line 224 [skip tests][skip docs][skip ds005][skip ds054][skip ds210]
1 parent 08867c3 commit d110e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
command: |
222222
cd /home/circleci/src/fmriprep
223223
if [[ "$( git log --format=oneline -n 1 $CIRCLE_SHA1 | grep -i -E '\[skip[ _]?tests\]' )" != "" ]]; then
224-
echo "Skipping doc building job"
224+
echo "Skipping pytest job"
225225
circleci step halt
226226
fi
227227
@@ -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

0 commit comments

Comments
 (0)