Further generalize the grep command for remote check

This commit is contained in:
fselmo
2023-11-27 13:02:31 -07:00
committed by felipe
parent d2a0901899
commit 4d17820fca

View File

@ -67,9 +67,7 @@ notes: check-bump
release: check-bump clean
# require that upstream is configured for ethereum/<REPO_NAME>
@git remote -v | grep \
-e "upstream\tgit@github.com:ethereum/<REPO_NAME>.git (push)" \
-Ee "upstream\thttps://(www.)?github.com/ethereum/<REPO_NAME> \(push\)"
@git remote -v | grep -E "upstream\tgit@github.com:ethereum/<REPO_NAME>.git \(push\)|upstream\thttps://(www.)?github.com/ethereum/<REPO_NAME> \(push\)"
# verify that docs build correctly
./newsfragments/validate_files.py is-empty
make build-docs