Skip to content

Commit

Permalink
main/forgejo: no info loglevel
Browse files Browse the repository at this point in the history
just spams 1k lines of what is fetched for no reason
  • Loading branch information
nekopsykose committed Sep 25, 2024
1 parent dbcf2b0 commit bcd4122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/forgejo/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def prepare(self):
)

self.log("installing npm dependencies...")
self.do("npm", "ci", "--loglevel", "info", allow_network=True)
self.do("npm", "ci", allow_network=True)


def init_build(self):
Expand Down

0 comments on commit bcd4122

Please sign in to comment.