Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy committed Dec 8, 2021
1 parent 18d796b commit de783a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v2/compiler/testdata/hello_world.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- --type
- CONTAINER
- --pipeline_name
- hello-world
- namespace/n1/pipeline/hello-world
- --run_id
- '{{workflow.uid}}'
- --dag_execution_id
Expand Down Expand Up @@ -90,7 +90,7 @@ spec:
command:
- /kfp-launcher/launch
- --pipeline_name
- hello-world
- namespace/n1/pipeline/hello-world
- --run_id
- '{{workflow.uid}}'
- --execution_id
Expand Down Expand Up @@ -217,7 +217,7 @@ spec:
- --type
- '{{inputs.parameters.driver-type}}'
- --pipeline_name
- hello-world
- namespace/n1/pipeline/hello-world
- --run_id
- '{{workflow.uid}}'
- --dag_execution_id
Expand Down

0 comments on commit de783a0

Please sign in to comment.