feat(remote): support include git remote (#1652)

This commit is contained in:
Valentin Maerten
2024-09-24 13:44:54 -04:00
committed by GitHub
parent d1dc271b9a
commit e6ea0647d7
9 changed files with 407 additions and 13 deletions

View File

@@ -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(),