mirror of https://github.com/knative/pkg.git
remove defunct markdown linting variable (#2552)
This commit is contained in:
parent
3764d73bf9
commit
6c9c1c6098
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue