Skip to content

Commit aef59c2

Browse files
committed
FIX: Pattern
1 parent 0f5049c commit aef59c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
echo "export DISPLAY=:99" >> $BASH_ENV;
1414
echo "export OPENBLAS_NUM_THREADS=4" >> $BASH_ENV;
1515
echo "export PATH=~/.local/bin:$PATH" >> $BASH_ENV;
16+
echo "export PATTERN=\"^\(\(?\!plot_fmri_activation_volume\|plot_resting_correlations\|rotate_animation\|save_movie\|save_views\).\)*\$\"" >> $BASH_ENV;
1617
- run:
1718
name: Merge with upstream
1819
command: |
@@ -81,7 +82,8 @@ jobs:
8182
name: Build docs
8283
command: |
8384
cd doc
84-
PATTERN="^\(\(?\!plot_fmri_activation_volume\|plot_resting_correlations\|rotate_animation\|save_movie\|save_views\).\)*\$" make html_dev-pattern
85+
echo $PATTERN
86+
make html_dev-pattern
8587
8688
- store_artifacts:
8789
path: doc/_build/html/

0 commit comments

Comments
 (0)