Skip to content

Commit

Permalink
MAT-6378 remove debug statements
Browse files Browse the repository at this point in the history
test commit message format multiline message
  • Loading branch information
adongare committed Feb 13, 2024
1 parent d96c97b commit b59f8b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/commit_message_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
invalidCommit=false
CURRENT_BRANCH=$(git branch | grep ^\* | cut -d "*" -f 2 | cut -d " " -f 2)
# Find hash of commit most common ancestor, e.g. where branch began
echo $BASE_BRANCH
echo $CURRENT_BRANCH
BRANCH_MERGE_BASE=$(git merge-base ${BASE_BRANCH} ${CURRENT_BRANCH})
# Find all commits since common ancestor
BRANCH_COMMITS=$(git rev-list ${BRANCH_MERGE_BASE}..HEAD)
Expand Down

0 comments on commit b59f8b0

Please sign in to comment.