Skip to content
Snippets Groups Projects
Commit 955363fa authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[build] Make git-clean less verbose (closes bob.admin#110)

parent 3e8fa043
No related branches found
No related tags found
No related merge requests found
Pipeline #26041 canceled
......@@ -343,5 +343,5 @@ if __name__ == '__main__':
"dist/*.zip", #build artifact -- pypi package
"sphinx", #build artifact -- documentation
]
bootstrap.run_cmdline(['git', 'clean', '-ffdx'] + \
bootstrap.run_cmdline(['git', 'clean', '-qffdx'] + \
['--exclude=%s' % k for k in exclude_from_cleanup])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment