Skip to content

Commit

Permalink
chore(test): minor pebble error
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Jan 8, 2025
1 parent f2a3ad5 commit 47d2b09
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ tasks:
tasks:
- id: 2-1-1_t1
type: io.kestra.plugin.core.log.Log
message: "{task.id}} > {{ parents[0].taskrun.value }}"
message: "{{task.id}} > {{ parents[0].taskrun.value }}"
- id: 2-1-2_t2
type: io.kestra.plugin.core.log.Log
message: "{task.id}} > {{ parents[0].taskrun.value }}"
message: "{{task.id}} > {{ parents[0].taskrun.value }}"
- id: 2_end
type: io.kestra.plugin.core.debug.Return
format: "{{task.id}} > {{taskrun.startDate}}"

0 comments on commit 47d2b09

Please sign in to comment.