Skip to content

Commit

Permalink
Ignore requirements on apply
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspj committed Jan 8, 2025
1 parent ffe4fa8 commit 35f20a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/controllers/api_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ func (a *APIController) apiApply(request *APIRequest, ctx *command.Context) (*co
}
}

cmd.ApplyRequirements = []string{}

res := a.ProjectApplyCommandRunner.Apply(cmd)
projectResults = append(projectResults, res)

Expand Down

0 comments on commit 35f20a1

Please sign in to comment.