We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ac1a2 commit 3707a76Copy full SHA for 3707a76
circle.yml
@@ -56,7 +56,7 @@ dependencies:
56
- PATTERN="";
57
if [ "$CIRCLE_BRANCH" == "master" ] || [[ `git log -1 --pretty=%B` == *"[circle full]"* ]]; then
58
echo html_dev > build.txt;
59
- elif [ "$CIRCLE_BRANCH" == "maint/0.12" ]; then
+ elif [ "$CIRCLE_BRANCH" == "maint/0.13" ]; then
60
echo html_stable > build.txt;
61
else
62
FNAMES=$(git diff --name-only $CIRCLE_BRANCH $(git merge-base $CIRCLE_BRANCH origin/master));
0 commit comments