Skip to content

Commit

Permalink
Assign keystone workflows to workflow nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryNguyen5 committed Nov 8, 2024
1 parent d9d25bc commit 88448af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/scripts/keystone/src/03_deploy_streams_trigger_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func setupMercuryV03(env helpers.Environment, nodeListPath string, ocrConfigFile
TargetAddress: "0x1234567890abcdef1234567890abcdef12345678",
}
jobSpecStr := createKeystoneWorkflowJob(workflowConfig)
for _, n := range nodeSets.StreamsTrigger.Nodes {
for _, n := range nodeSets.Workflow.Nodes {
api := newNodeAPI(n)

upsertJob(api, workflowConfig.JobSpecName, jobSpecStr, force)
Expand Down

0 comments on commit 88448af

Please sign in to comment.