Skip to content

Commit 953d6d1

Browse files
committed
update circle
1 parent 508a82e commit 953d6d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dependencies:
8484
fi;
8585
if [ "$CIRCLE_BRANCH" == "master" ] || [[ $(cat gitlog.txt) == *"[circle full]"* ]]; then
8686
echo html_dev > build.txt;
87-
elif [ "$CIRCLE_BRANCH" == "maint/0.14" ]; then
87+
elif [ "$CIRCLE_BRANCH" == "maint/0.15" ]; then
8888
echo html_stable > build.txt;
8989
else
9090
FNAMES=$(git diff --name-only $CIRCLE_BRANCH $(git merge-base $CIRCLE_BRANCH upstream/master));
@@ -182,7 +182,7 @@ deployment:
182182
- cd doc/_build/html && cp -rf * ~/mne-tools.github.io/dev
183183
- cd ../mne-tools.github.io && git add -A && git commit -m 'Automated update of dev docs.' && git push origin master
184184
stable:
185-
branch: maint/0.14
185+
branch: maint/0.15
186186
commands:
187187
- git config --global user.email "[email protected]"
188188
- git config --global user.name "Circle Ci"

0 commit comments

Comments
 (0)