Skip to content

Commit

Permalink
Add mtaId to operation parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanBorislavovDimitrov committed Dec 16, 2019
1 parent 08ca8d7 commit 4bd48aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/deploy_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ func (c *DeployCommand) Execute(args []string) ExecutionStatus {
processBuilder.ProcessType(c.processTypeProvider.GetProcessType())
processBuilder.Parameter("appArchiveId", strings.Join(uploadedArchivePartIds, ","))
processBuilder.Parameter("mtaExtDescriptorId", strings.Join(uploadedExtDescriptorIDs, ","))
processBuilder.Parameter("mtaId", mtaID)
setModulesAndResourcesListParameters(modulesList, resourcesList, processBuilder, mtaElementsCalculator)
c.processParametersSetter(optionValues, processBuilder)
operation := processBuilder.Build()
Expand Down

0 comments on commit 4bd48aa

Please sign in to comment.