We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bab04f commit 3eb6c2eCopy full SHA for 3eb6c2e
test/presubmit-tests.sh
@@ -24,9 +24,9 @@
24
# Markdown linting failures don't show up properly in Gubernator resulting
25
# in a net-negative contributor experience.
26
export DISABLE_MD_LINTING=1
27
-export GO111MODULE=on
28
29
-source $(dirname $0)/../vendor/knative.dev/hack/presubmit-tests.sh
+# shellcheck disable=SC1090
+source "$(go run knative.dev/hack/cmd/script presubmit-tests.sh)"
30
31
# TODO(mattmoor): integration tests
32
0 commit comments