We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d73e6 commit 3028b07Copy full SHA for 3028b07
.circleci/config.yml
@@ -119,7 +119,7 @@ jobs:
119
echo "Release branch: $RELEASE_BRANCH"
120
# Does a release branch contain this tag (hotfix workflow) (0 or 1)
121
TAG_ON_RELEASE_BRANCH=$(git branch -a --contains "$CIRCLE_TAG" | grep -Fx " remotes/origin/$RELEASE_BRANCH" | wc -l)
122
- echo "Tag is on release branch $RELEASE_LINE: $TAG_ON_RELEASE_BRANCH"
+ echo "Tag is on release branch $RELEASE_BRANCH: $TAG_ON_RELEASE_BRANCH"
123
# Does main contain this tag (0 or 1)
124
TAG_ON_MAIN=$(git branch -a --contains "$CIRCLE_TAG" | grep -Fx ' remotes/origin/main' | wc -l)
125
echo "Tag is on main branch: $TAG_ON_MAIN"
0 commit comments