mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Conditionally run detect-project in log-dump
This commit is contained in:
parent
158f6b78da
commit
5cfe0ee48d
@ -93,3 +93,7 @@ function test-teardown {
|
||||
function prepare-e2e {
|
||||
echo "Skeleton Provider: prepare-e2e not implemented" 1>&2
|
||||
}
|
||||
|
||||
function detect-project {
|
||||
echo "Skeleton Provider: detect-project not implemented" 1>&2
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user