feat: added SKIP_CHECK for skipping checks
This commit is contained in:
parent
a44e857e80
commit
56ed7fb9cb
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
set -e
|
||||
set -o pipefail
|
||||
for c in tools/repo/check.d/*; do
|
||||
|
||||
[ "${SKIP_CHECK:-no}" = "yes" ] || for c in tools/repo/check.d/*; do
|
||||
echo "running $c..."
|
||||
$c | while read line; do
|
||||
echo "$c: $line"
|
||||
|
|
Loading…
Reference in a new issue