mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 23:38:25 +00:00
fix: parallel plan and apply also in a single workspace (rebased) (#5264)
Signed-off-by: Andrew Carter <andrew@emailcarter.com> Signed-off-by: Luke Massa <lukefrederickmassa@gmail.com> Co-authored-by: Finn Arne Gangstad <finnag@gmail.com> Co-authored-by: Rui Chen <rui@chenrui.dev> Co-authored-by: PePe Amengual <2208324+jamengual@users.noreply.github.com> Co-authored-by: Luke Massa <lukefrederickmassa@gmail.com>
This commit is contained in:
@@ -222,7 +222,7 @@ func (a *APIController) apiSetup(ctx *command.Context) error {
|
||||
defer unlockFn()
|
||||
|
||||
// ensure workingDir is present
|
||||
_, _, err = a.WorkingDir.Clone(ctx.Log, headRepo, pull, events.DefaultWorkspace)
|
||||
_, err = a.WorkingDir.Clone(ctx.Log, headRepo, pull, events.DefaultWorkspace)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user