mirror of
https://github.com/go-task/task.git
synced 2026-06-27 22:54:26 +00:00
feat(remote): support include git remote (#1652)
This commit is contained in:
@@ -74,7 +74,6 @@ func (node *HTTPNode) Read(ctx context.Context) ([]byte, error) {
|
||||
return nil, errors.TaskfileFetchFailedError{URI: node.URL.String()}
|
||||
}
|
||||
defer resp.Body.Close()
|
||||
|
||||
if resp.StatusCode != http.StatusOK {
|
||||
return nil, errors.TaskfileFetchFailedError{
|
||||
URI: node.URL.String(),
|
||||
|
||||
Reference in New Issue
Block a user