Skip to content

Commit

Permalink
Merge branch 'master' into GODRIVER-2690
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Sep 15, 2023
2 parents 72910b6 + 3cc28f4 commit d49e8f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/api_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ if [ -z $cmd ]; then
fi

branch=${GITHUB_BASE_REF:-master}
git fetch origin $branch:$branch
sha=$(git merge-base $branch HEAD)

gorelease -base=$sha > api-report.txt || true
Expand Down

0 comments on commit d49e8f8

Please sign in to comment.