remove defunct markdown linting variable (#2552)

This commit is contained in:
Kelly A 2022-07-22 13:59:21 -04:00 committed by GitHub
parent 3764d73bf9
commit 6c9c1c6098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -18,10 +18,6 @@
# It is started by prow for each PR.
# For convenience, it can also be executed manually.
# Markdown linting failures don't show up properly in Gubernator resulting
# in a net-negative contributor experience.
export DISABLE_MD_LINTING=1
export GO111MODULE=on
source $(dirname $0)/../vendor/knative.dev/hack/presubmit-tests.sh