Skip to content

Commit

Permalink
chore: fix temp debug folderlist
Browse files Browse the repository at this point in the history
  • Loading branch information
marcportabellaclotet-mt committed Oct 13, 2023
1 parent fa8970a commit 1322836
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ build
auto.sh
atlantis-yaml-generator
sharecode.sh
atlantis.yaml
1 change: 0 additions & 1 deletion pkg/atlantis/multiple-workspace-workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ func multiWorkspaceDetectProjectWorkspaces(changedFiles []string, enablePRFilter
}
foldersList[i].WorkspaceList = workspaceList
}
fmt.Println(foldersList)
return foldersList, nil
}

Expand Down

0 comments on commit 1322836

Please sign in to comment.