Skip to content

Commit

Permalink
Merge pull request #3358 from jamsman94/bugfix/productworkflow2
Browse files Browse the repository at this point in the history
fix data corruption
  • Loading branch information
jamsman94 authored Feb 23, 2024
2 parents a91d3fe + 9487cf3 commit a10945b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkg/cli/upgradeassistant/cmd/migrate/220.go
Original file line number Diff line number Diff line change
Expand Up @@ -634,10 +634,11 @@ func generateCustomWorkflowFromProductWorkflow(productWorkflow *models.Workflow)
}

spec := &models.ZadigVMDeployJobSpec{
Env: productWorkflow.EnvName,
S3StorageID: defaultObjectStorage.ID.Hex(),
Source: config.SourceRuntime,
JobName: "build",
Env: productWorkflow.EnvName,
S3StorageID: defaultObjectStorage.ID.Hex(),
Source: config.SourceRuntime,
JobName: "build",
ServiceAndVMDeploys: serviceAndImages,
}

if spec.Env == "" {
Expand Down

0 comments on commit a10945b

Please sign in to comment.