Skip to content

Commit

Permalink
Undoing shallow clone
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 80dd891 commit c06c0bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ func buildTofu(repoDir string, testTofuDir string, binaryPath string) {
runCommand(testTofuDir, "git", "clone", "https://github.com/opentofu/opentofu.git", repoDir)
}

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

Expand Down

0 comments on commit c06c0bc

Please sign in to comment.