Browse Source

fix failed to replace source with path

tags/v0.3.7rc0
Hennzau 1 year ago
parent
commit
0f949a5e5a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      examples/multiple-daemons/dataflow.yml

+ 2
- 2
examples/multiple-daemons/dataflow.yml View File

@@ -2,8 +2,8 @@ nodes:
- id: rust-node
_unstable_deploy:
machine: A
path: cargo build -p multiple-daemons-example-node
source: ../../target/debug/multiple-daemons-example-node
build: cargo build -p multiple-daemons-example-node
path: ../../target/debug/multiple-daemons-example-node
inputs:
tick: dora/timer/millis/10
outputs:


Loading…
Cancel
Save