Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robhogan authored Sep 20, 2023
1 parent c5d73e6 commit 3028b07
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 @@ -119,7 +119,7 @@ jobs:
echo "Release branch: $RELEASE_BRANCH"
# Does a release branch contain this tag (hotfix workflow) (0 or 1)
TAG_ON_RELEASE_BRANCH=$(git branch -a --contains "$CIRCLE_TAG" | grep -Fx " remotes/origin/$RELEASE_BRANCH" | wc -l)
echo "Tag is on release branch $RELEASE_LINE: $TAG_ON_RELEASE_BRANCH"
echo "Tag is on release branch $RELEASE_BRANCH: $TAG_ON_RELEASE_BRANCH"
# Does main contain this tag (0 or 1)
TAG_ON_MAIN=$(git branch -a --contains "$CIRCLE_TAG" | grep -Fx ' remotes/origin/main' | wc -l)
echo "Tag is on main branch: $TAG_ON_MAIN"
Expand Down

0 comments on commit 3028b07

Please sign in to comment.