From 13228364884a19fc6040eb09b73ad8ba57e3c916 Mon Sep 17 00:00:00 2001 From: Marc Portabella Date: Fri, 13 Oct 2023 22:22:06 +0200 Subject: [PATCH] chore: fix temp debug folderlist --- .gitignore | 1 + pkg/atlantis/multiple-workspace-workflow.go | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 688e200..c09ac9d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ build auto.sh atlantis-yaml-generator sharecode.sh +atlantis.yaml diff --git a/pkg/atlantis/multiple-workspace-workflow.go b/pkg/atlantis/multiple-workspace-workflow.go index d106e2c..565aeba 100644 --- a/pkg/atlantis/multiple-workspace-workflow.go +++ b/pkg/atlantis/multiple-workspace-workflow.go @@ -46,7 +46,6 @@ func multiWorkspaceDetectProjectWorkspaces(changedFiles []string, enablePRFilter } foldersList[i].WorkspaceList = workspaceList } - fmt.Println(foldersList) return foldersList, nil }