Skip to content

Commit 3eb6c2e

Browse files
committed
Vendorless presubmit-test script
1 parent 3bab04f commit 3eb6c2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/presubmit-tests.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
# Markdown linting failures don't show up properly in Gubernator resulting
2525
# in a net-negative contributor experience.
2626
export DISABLE_MD_LINTING=1
27-
export GO111MODULE=on
2827

29-
source $(dirname $0)/../vendor/knative.dev/hack/presubmit-tests.sh
28+
# shellcheck disable=SC1090
29+
source "$(go run knative.dev/hack/cmd/script presubmit-tests.sh)"
3030

3131
# TODO(mattmoor): integration tests
3232

0 commit comments

Comments
 (0)