aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-09-12 14:45:10 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-09-12 16:26:58 +0200
commit9296c80bbce49adf175bb56d59ebf614b54ca190 (patch)
treeaf0bafef561f43ba34768de137e3b919a004c76d /Makefile
parentce441f065b6eebb166bb006dfd28ea0c6b730384 (diff)
tools/docker: mirror images on github
Some users don't have access to the gcr.io registry. Mirror images on github as well.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a1398430..ede67966a 100644
--- a/Makefile
+++ b/Makefile
@@ -357,7 +357,7 @@ check_commits:
./tools/check-commits.sh
check_links:
- python ./tools/check_links.py $$(pwd) $$(ls ./*.md; find ./docs/ -name '*.md')
+ python ./tools/check_links.py $$(pwd) $$(find -name '*.md' | grep -v "./vendor/")
# Check that the diff is empty. This is meant to be executed after generating
# and formatting the code to make sure that everything is committed.