Closed oroce closed 6 years ago
circleci is soo kind it wrongly sets the environment variable. even though I'm building the tag, it sets the CIRCLE_BRANCH env.
CIRCLE_BRANCH
So I added the branch to the tag: $CIRCLE_TAG$CIRCLE_BRANCH
$CIRCLE_TAG$CIRCLE_BRANCH
I could have replaced tag with branch but if they fix in the future, our code will be compatible with that one as well.
circleci is soo kind it wrongly sets the environment variable. even though I'm building the tag, it sets the
CIRCLE_BRANCH
env.So I added the branch to the tag:
$CIRCLE_TAG$CIRCLE_BRANCH
I could have replaced tag with branch but if they fix in the future, our code will be compatible with that one as well.