Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
955363fa
Commit
955363fa
authored
Jan 17, 2019
by
André Anjos
💬
Browse files
[build] Make git-clean less verbose (closes
bob.admin#110
)
parent
3e8fa043
Pipeline
#26041
canceled with stages
in 6 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/build.py
View file @
955363fa
...
...
@@ -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'
,
'-
q
ffdx'
]
+
\
[
'--exclude=%s'
%
k
for
k
in
exclude_from_cleanup
])
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment