purposeindustries / intellyo-application-design-system

http://ux.intellyo.com
MIT License
5 stars 0 forks source link

match tag and branch in deploy #353

Closed oroce closed 6 years ago

oroce commented 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.

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.