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

[dav] Enable DAV deletion from beta clean-up

parent 147f7baf
No related branches found
No related tags found
No related merge requests found
Pipeline #32685 passed
...@@ -165,5 +165,4 @@ def remove_old_beta_packages(client, path, dry_run, pyver=True, includes=None): ...@@ -165,5 +165,4 @@ def remove_old_beta_packages(client, path, dry_run, pyver=True, includes=None):
else: else:
echo_warning("rm %s (time=%u)" % (target, mtime)) echo_warning("rm %s (time=%u)" % (target, mtime))
if not dry_run: if not dry_run:
#client.clean(target) client.clean(target)
echo_info("boooom")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment