Skip to content

Commit

Permalink
concord-cli: fix dependencies when generating effective yaml (#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibodrov authored Nov 9, 2024
1 parent 975d54f commit 3cc024b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main/java/com/walmartlabs/concord/cli/Run.java
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public Integer call() throws Exception {
ProcessDefinition pd = ProcessDefinition.builder().from(processDefinition)
.configuration(ProcessDefinitionConfiguration.builder().from(processDefinition.configuration())
.arguments(args)
.dependencies(deps)
.dependencies(allDeps)
.build())
.flows(flows)
.imports(Imports.builder().build())
Expand Down

0 comments on commit 3cc024b

Please sign in to comment.