Skip to content

Commit

Permalink
Merge pull request #1797 from diggerhq/fix/blocks-workflow-file
Browse files Browse the repository at this point in the history
Revert "Use workflow file in blocks generation"
  • Loading branch information
ZIJ authored Nov 6, 2024
2 parents 91bebdd + 13095a1 commit 0da8c9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libs/digger_config/digger_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ package digger_config
import (
"errors"
"fmt"
"github.com/samber/lo"
"log"
"os"
"path"
"path/filepath"
"strings"

"github.com/samber/lo"

"github.com/diggerhq/digger/libs/digger_config/terragrunt/atlantis"

"github.com/dominikbraun/graph"
Expand Down Expand Up @@ -305,7 +304,6 @@ func HandleYamlProjectGeneration(config *DiggerConfigYaml, terraformDir string,
OpenTofu: b.OpenTofu,
AwsRoleToAssume: b.AwsRoleToAssume,
Generated: true,
WorkflowFile: &b.WorkflowFile,
}
config.Projects = append(config.Projects, &project)
}
Expand Down

0 comments on commit 0da8c9e

Please sign in to comment.