Skip to content

Commit

Permalink
Specify remote branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
slarse committed May 4, 2021
1 parent b15951a commit 07ed849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chore/ci-checkstyle-javadoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -o errexit
set -o nounset
set -o pipefail

COMPARE_BRANCH="master"
COMPARE_BRANCH="origin/master"
JAVADOC_CHECKSTYLE_CONFIG="checkstyle-javadoc.xml"

if [[ $(git branch --show-current) == "$COMPARE_BRANCH" ]]; then
Expand Down

0 comments on commit 07ed849

Please sign in to comment.