Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
a6c9cf55
Commit
a6c9cf55
authored
Aug 23, 2019
by
André Anjos
💬
Browse files
[dav] Enable DAV deletion from beta clean-up
parent
147f7baf
Pipeline
#32685
passed with stages
in 9 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/dav.py
View file @
a6c9cf55
...
...
@@ -165,5 +165,4 @@ def remove_old_beta_packages(client, path, dry_run, pyver=True, includes=None):
else
:
echo_warning
(
"rm %s (time=%u)"
%
(
target
,
mtime
))
if
not
dry_run
:
#client.clean(target)
echo_info
(
"boooom"
)
client
.
clean
(
target
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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