Skip to content

Commit 3707a76

Browse files
committed
update circle
1 parent c7ac1a2 commit 3707a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies:
5656
- PATTERN="";
5757
if [ "$CIRCLE_BRANCH" == "master" ] || [[ `git log -1 --pretty=%B` == *"[circle full]"* ]]; then
5858
echo html_dev > build.txt;
59-
elif [ "$CIRCLE_BRANCH" == "maint/0.12" ]; then
59+
elif [ "$CIRCLE_BRANCH" == "maint/0.13" ]; then
6060
echo html_stable > build.txt;
6161
else
6262
FNAMES=$(git diff --name-only $CIRCLE_BRANCH $(git merge-base $CIRCLE_BRANCH origin/master));

0 commit comments

Comments
 (0)