mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 21:44:08 +00:00
updated css styles & angular
This commit is contained in:
@@ -120,5 +120,5 @@ func (c *ImageService) Build(tag, dir string) error {
|
||||
headers.Set("Content-Type", "application/tar")
|
||||
|
||||
// make the request
|
||||
return c.stream("POST", path, body, os.Stdout, headers)
|
||||
return c.stream("POST", path, body /*os.Stdout*/, nil, headers)
|
||||
}
|
||||
|
Reference in New Issue
Block a user