mirror of https://github.com/knative/docs.git
remove defunct markdown checking varibles (#5121)
This commit is contained in:
parent
bbf9d6d7b4
commit
00d9bd12e6
|
@ -18,9 +18,6 @@
|
||||||
# It is started by prow for each PR.
|
# It is started by prow for each PR.
|
||||||
# For convenience, it can also be executed manually.
|
# For convenience, it can also be executed manually.
|
||||||
|
|
||||||
# Force presubmit link checking only.
|
|
||||||
DISABLE_MD_LINTING=1
|
|
||||||
|
|
||||||
source $(dirname $0)/../vendor/knative.dev/hack/presubmit-tests.sh
|
source $(dirname $0)/../vendor/knative.dev/hack/presubmit-tests.sh
|
||||||
|
|
||||||
initialize_environment
|
initialize_environment
|
||||||
|
|
|
@ -18,10 +18,6 @@
|
||||||
# It is started by prow for each PR.
|
# It is started by prow for each PR.
|
||||||
# For convenience, it can also be executed manually.
|
# For convenience, it can also be executed manually.
|
||||||
|
|
||||||
# markdown linting is too picky for our docs; disabling it for now.
|
|
||||||
DISABLE_MD_LINTING=1
|
|
||||||
DISABLE_MD_LINK_CHECK=1
|
|
||||||
|
|
||||||
source $(dirname $0)/../vendor/knative.dev/hack/presubmit-tests.sh
|
source $(dirname $0)/../vendor/knative.dev/hack/presubmit-tests.sh
|
||||||
|
|
||||||
# We use the default build, unit and integration test runners.
|
# We use the default build, unit and integration test runners.
|
||||||
|
|
Loading…
Reference in New Issue