-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EC-806 Ensure ec uses go-gather by default
This commit removes the check for the env var `USEGOGATHER` and instead has ec use the go-gather downloader. As we've previously verified that the data downloaded by go-gather matches the information used via the prior downloader implementation, the corresponding downloader code has been removed in `internal/downloader/downloader.go`. The associated tests in `internal/downloader/downloader_test.go` has been updated. Additionally, since we're no longer using branching logic to determine if we should use go-gather for downloading, the `UseGoGather` function in `internal/utils/helpers.go` has been removed. Signed-off-by: robnester-rh <rnester@redhat.com>
- Loading branch information
1 parent
42a3a61
commit 92f3af4
Showing
3 changed files
with
3 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters