Skip to content

Commit 38ef5fe

Browse files
committed
Reuse knative_setup util from common lib
for latest-release CI setup
1 parent 448d481 commit 38ef5fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/presubmit-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export GO111MODULE=on
3838
export KNATIVE_SERVING_VERSION=${KNATIVE_SERVING_VERSION:-latest}
3939
export KNATIVE_EVENTING_VERSION=${KNATIVE_EVENTING_VERSION:-latest}
4040
source $(dirname $0)/../scripts/test-infra/presubmit-tests.sh
41+
source $(dirname $0)/common.sh
4142

4243
# Run cross platform build to ensure kn compiles for Linux, macOS and Windows
4344
function post_build_tests() {

0 commit comments

Comments
 (0)