Run checkpatch against origin/master

The develop branch has been deleted. Remove references to it.
This commit is contained in:
Antonio Niño Díaz
2019-05-10 00:15:24 +01:00
parent fa37922ca7
commit a761e98e18
2 changed files with 2 additions and 5 deletions

View File

@@ -26,9 +26,6 @@ echo "Running checkpatch.pl..."
fname=$(mktemp)
rc=0
git remote set-branches --add origin develop
git fetch
make CHECKPATCH=checkpatchdir/checkpatch.pl checkpatch > $fname
cat $fname