mirror of https://github.com/kubeflow/examples.git
Fix tekton_run yaml file path for mnist-notebook (#810)
This commit is contained in:
parent
7bde5b484d
commit
db27136c67
|
@ -45,7 +45,7 @@ workflows:
|
|||
include_dirs:
|
||||
- pytorch_mnist/*
|
||||
|
||||
- tekton_run: kubeflow/examples/tests/mnist-nb-pipeline-run.yaml
|
||||
- tekton_run: kubeflow/examples/mnist/tests/mnist-nb-pipeline-run.yaml
|
||||
name: mnist-notebook
|
||||
job_types:
|
||||
- periodic
|
||||
|
|
Loading…
Reference in New Issue