We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f2552 commit a8c8016Copy full SHA for a8c8016
hack/verify-imports.sh
@@ -20,4 +20,7 @@ os::cmd::expect_success "import-verifier ${OS_ROOT}/hack/import-restrictions.jso
20
# quick and dirty check that nothing under vendored kubernetes imports something from origin
21
os::cmd::expect_failure "egrep -r '\"github.com/openshift/origin/[^\"]+\"$' vendor/k8s.io/kubernetes"
22
23
+# quick and dirty check that nothing under origin staging imports from openshift/origin
24
+os::cmd::expect_failure "go list -deps -test ./staging/src/github.com/openshift/... | grep 'openshift/origin/pkg'"
25
+
26
os::test::junit::declare_suite_end
0 commit comments