Skip to content

Commit 659044c

Browse files
authored
fix migrate 341 vm deploy's repos (#4205)
Signed-off-by: Patrick Zhao <[email protected]>
1 parent 653145f commit 659044c

File tree

1 file changed

+1
-0
lines changed
  • pkg/cli/upgradeassistant/cmd/migrate

1 file changed

+1
-0
lines changed

pkg/cli/upgradeassistant/cmd/migrate/341.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ func migrate341VMDeploy(ctx *internalhandler.Context, migrationInfo *internalmod
330330
svc.ServiceModule = svc.ServiceName
331331
svc.DeployName = build.Name
332332
svc.DeployArtifactType = build.DeployArtifactType
333+
svc.Repos = build.DeployRepos
333334
}
334335
newSpec.DefaultServiceAndVMDeploys = append(newSpec.DefaultServiceAndVMDeploys, svc)
335336
}

0 commit comments

Comments
 (0)