Skip to content

Commit d8699f7

Browse files
committed
fix: circle.yml file
1 parent cb1e376 commit d8699f7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ _run_codecov_smoke: &_run_codecov_smoke
9999
100100
version: 2
101101
jobs:
102-
103102
compare_base_dockerfiles:
104103
docker:
105104
- image: docker:17.10.0-ce-git
@@ -402,6 +401,7 @@ jobs:
402401
- FSLOUTPUTTYPE: 'NIFTI'
403402
steps:
404403
- checkout
404+
- run:
405405
name: Check Python version and upgrade pip
406406
command: |
407407
python --version
@@ -427,6 +427,10 @@ workflows:
427427
version: 2
428428
build_test_deploy:
429429
jobs:
430+
- build_docs:
431+
filters:
432+
tags:
433+
only: /.*/
430434
- pypi_precheck:
431435
filters:
432436
branches:

0 commit comments

Comments
 (0)