Skip to content

Commit

Permalink
Merge pull request #23 from pohly/relax-release-tools-check
Browse files Browse the repository at this point in the history
relax release tools check
  • Loading branch information
k8s-ci-robot authored Mar 6, 2019
2 parents 2971dcd + a4b5133 commit 016568f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-tools/verify-subtree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [ ! "$DIR" ]; then
exit 1
fi

REV=$(git log -n1 --format=format:%H --no-merges -- "$DIR")
REV=$(git log -n1 --remove-empty --format=format:%H --no-merges -- "$DIR")
if [ "$REV" ]; then
echo "Directory '$DIR' contains non-upstream changes:"
echo
Expand Down

0 comments on commit 016568f

Please sign in to comment.