Skip to content

Commit e731a94

Browse files
authored
Update Makefile
remove unneeded upstream git check
1 parent d8d0f05 commit e731a94

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,6 @@ ifndef bump
106106
endif
107107

108108
check-git:
109-
# require that you be on a branch that's linked to upstream/main
110-
@if ! git status -s -b | head -1 | grep -q "\.\.upstream/main"; then \
111-
echo "Error: You must be on a branch that's linked to upstream/main"; \
112-
exit 1; \
113-
fi
114109
# require that upstream is configured for ethereum/<REPO_NAME>
115110
@if ! git remote -v | grep "upstream[[:space:]][email protected]:ethereum/<REPO_NAME>.git (push)\|upstream[[:space:]]https://github.com/ethereum/<REPO_NAME> (push)"; then \
116111
echo "Error: You must have a remote named 'upstream' that points to '<REPO_NAME>'"; \

0 commit comments

Comments
 (0)