Skip to content

Commit

Permalink
Removed go.work
Browse files Browse the repository at this point in the history
Signed-off-by: AbstractionFactory <[email protected]>
  • Loading branch information
abstractionfactory committed Sep 11, 2024
1 parent c06c0bc commit 37d49b9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 293 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func buildTofu(repoDir string, testTofuDir string, binaryPath string) {

runCommand(repoDir, "git", "pull")
runCommand(repoDir, "git", "checkout", "experiment/json_config_dump")
runCommand(repoDir, "go", "build", "-o", filepath.ToSlash(binaryPath), "./cmd/tofu/main.go")
runCommand(repoDir, "go", "build", "-o", filepath.ToSlash(binaryPath), "github.com/opentofu/opentofu/cmd/tofu")
}

func runCommand(wd string, argv ...string) {
Expand Down
4 changes: 2 additions & 2 deletions backend/internal/server/openapi.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
definitions:
Addr:
description: |-
Addr represents a full provider address (NAMESPACE/NAME). It currently translates to
github.com/NAMESPACE/terraform-provider-NAME .
Addr describes a module address combination of NAMESPACE-NAME-TARGETSYSTEM. This will translate to
github.com/NAMESPACE/terraform-TARGETSYSTEM-NAME for now.
type: object
BaseDetails:
properties:
Expand Down
3 changes: 0 additions & 3 deletions go.work

This file was deleted.

Loading

0 comments on commit 37d49b9

Please sign in to comment.