Skip to content

Commit b71102b

Browse files
committed
fix linting
1 parent 6013acb commit b71102b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

backend/internal/activities/deployer_activities.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,6 @@ func StoreDeploymentStep(db models.DB, crypto *internal.CryptoManager, metrics *
257257
return err
258258
}
259259

260-
dbCluster := &models.Cluster{
261-
ProjectName: cluster.ProjectName,
262-
}
263-
264260
kubeconfig, ok := state["kubeconfig"].(string)
265261
if !ok || kubeconfig == "" {
266262
return fmt.Errorf("kubeconfig not found in state")

0 commit comments

Comments
 (0)