From 9296c80bbce49adf175bb56d59ebf614b54ca190 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 12 Sep 2020 14:45:10 +0200 Subject: tools/docker: mirror images on github Some users don't have access to the gcr.io registry. Mirror images on github as well. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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. -- cgit mrf-deployment