Skip to content

Commit 0da8c9e

Browse files
authored
Merge pull request #1797 from diggerhq/fix/blocks-workflow-file
Revert "Use workflow file in blocks generation"
2 parents 91bebdd + 13095a1 commit 0da8c9e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libs/digger_config/digger_config.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ package digger_config
33
import (
44
"errors"
55
"fmt"
6+
"github.com/samber/lo"
67
"log"
78
"os"
89
"path"
910
"path/filepath"
1011
"strings"
1112

12-
"github.com/samber/lo"
13-
1413
"github.com/diggerhq/digger/libs/digger_config/terragrunt/atlantis"
1514

1615
"github.com/dominikbraun/graph"
@@ -305,7 +304,6 @@ func HandleYamlProjectGeneration(config *DiggerConfigYaml, terraformDir string,
305304
OpenTofu: b.OpenTofu,
306305
AwsRoleToAssume: b.AwsRoleToAssume,
307306
Generated: true,
308-
WorkflowFile: &b.WorkflowFile,
309307
}
310308
config.Projects = append(config.Projects, &project)
311309
}

0 commit comments

Comments
 (0)