Skip to content

Commit

Permalink
fix(circleci): fix released current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Nov 6, 2019
1 parent e520976 commit 4de1e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ jobs:
echo "Not a tag or master branch - skipping versioned docs."
circleci step halt
else
make -f ./docs/Makefile versioned CURBRANCH=$CIRCLE_BRANCH
make -f ./docs/Makefile versioned CURBRANCH=${CIRCLE_TAG:-$CIRCLE_BRANCH}
fi
- save_cache:
key: docs-v1-{{ .Branch }}-{{ .Revision }}
Expand Down

0 comments on commit 4de1e1d

Please sign in to comment.